Html Css Color HEX #6917BD Purple Heart

📋 copy color: '#6917BD'

red 105 ◦ green 23 ◦ blue 189

#6917BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6917BD

Tints of Purple Heart #6917BD

RGB

 RED value IS 105 (41.41% from 255) = 33.12%

 GREEN value IS 23 (9.38% from 255) = 7.26%

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 33.12%
G = 7.26%
B = 59.62%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6917BD (or 0x6917BD) is known color: Purple Heart. HEX triplet: 69, 17 and BD. RGB value is (105,23,189). Sum of RGB (Red+Green+Blue) = 105+23+189=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #6917BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6917BD is #96E842. Grayscale: #414141. Windows color (decimal): -9889859 or 12392297. OLE color: 12392297.

HSL color Cylindrical-coordinate representation of color #6917BD: hue angle of 269.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6917BD is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 23 189 -
CMYK 0.44 0.88 0 0.26
HSL 269.64º 0.78% 0.42% -
HSV(B) 269.64º 0.88% 0.74% -
XYZ 15.32 7.29 48.74 -
YUV 66.44 197.17 155.5 -
System Red Green Blue C M Y K H S L
Decimal 105 23 189 0.44 0.88 0 0.26 269.64 0.78 0.42
Hex 69 17 BD 2C 58 0 1A 10E 4E 2A
Octal 151 27 275 54 130 0 32 416 116 52
Binary 1101001 10111 10111101 101100 1011000 0 11010 100001110 1001110 101010

Color Harmonies of #6917BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6917BD

Black with #6917BD

Text Example


Text Example

White with #6917BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6917BD; }

 p { color: rgb(105,23,189); }

 H1.HeaderClassName
 {
   color: #6917BD;
 }
 .AnyTagClassName
 {
   color: #6917BD;
 }
</style>

background-color css

<style>
 a { background-color: #6917BD; }

 a { background-color: rgb(105,23,189); }

 div.DivClassName
 {
   background-color: #6917BD;
 }
 .BgClassName
 {
   background-color: #6917BD;
 }
</style>

border-color css

<style>
 span { border-color: #6917BD; }

 span { border-color: rgb(105,23,189); }

 td.TdClassName
 {
   border-color: #6917BD;
 }
 .TagClassName
 {
   border-color: #6917BD;
 }
</style>