Html Css Color HEX #6917BC Purple Heart

📋 copy color: '#6917BC'

red 105 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #6917BC

Tints of Purple Heart #6917BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 33.23%
G = 7.28%
B = 59.49%

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

#6917BC (or 0x6917BC) is known color: Purple Heart. HEX triplet: 69, 17 and BC. RGB value is (105,23,188). Sum of RGB (Red+Green+Blue) = 105+23+188=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #6917BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6917BC is #96E843. Grayscale: #414141. Windows color (decimal): -9889860 or 12326761. OLE color: 12326761.

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

Color convert

RGB 105 23 188 -
CMYK 0.44 0.88 0 0.26
HSL 269.82º 0.78% 0.41% -
HSV(B) 269.82º 0.88% 0.74% -
XYZ 15.21 7.25 48.17 -
YUV 66.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 105 23 188 0.44 0.88 0 0.26 269.82 0.78 0.41
Hex 69 17 BC 2C 58 0 1A 10E 4E 29
Octal 151 27 274 54 130 0 32 416 116 51
Binary 1101001 10111 10111100 101100 1011000 0 11010 100001110 1001110 101001

Color Harmonies of #6917BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6917BC

Black with #6917BC

Text Example


Text Example

White with #6917BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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