Html Css Color HEX #6817CC Purple Heart

📋 copy color: '#6817CC'

red 104 ◦ green 23 ◦ blue 204

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

Shades of Purple Heart #6817CC

Tints of Purple Heart #6817CC

RGB

 RED value IS 104 (41.02% from 255) = 31.42%

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

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 31.42%
G = 6.95%
B = 61.63%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6817CC (or 0x6817CC) is known color: Purple Heart. HEX triplet: 68, 17 and CC. RGB value is (104,23,204). Sum of RGB (Red+Green+Blue) = 104+23+204=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #6817CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6817CC is #97E833. Grayscale: #434343. Windows color (decimal): -9955380 or 13375336. OLE color: 13375336.

HSL color Cylindrical-coordinate representation of color #6817CC: hue angle of 266.85º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6817CC is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 23 204 -
CMYK 0.49 0.89 0 0.2
HSL 266.85º 0.8% 0.45% -
HSV(B) 266.85º 0.89% 0.8% -
XYZ 16.91 7.92 57.76 -
YUV 67.85 204.84 153.78 -
System Red Green Blue C M Y K H S L
Decimal 104 23 204 0.49 0.89 0 0.2 266.85 0.8 0.45
Hex 68 17 CC 31 59 0 14 10B 50 2D
Octal 150 27 314 61 131 0 24 413 120 55
Binary 1101000 10111 11001100 110001 1011001 0 10100 100001011 1010000 101101

Color Harmonies of #6817CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6817CC

Black with #6817CC

Text Example


Text Example

White with #6817CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6817CC; }

 p { color: rgb(104,23,204); }

 H1.HeaderClassName
 {
   color: #6817CC;
 }
 .AnyTagClassName
 {
   color: #6817CC;
 }
</style>

background-color css

<style>
 a { background-color: #6817CC; }

 a { background-color: rgb(104,23,204); }

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

border-color css

<style>
 span { border-color: #6817CC; }

 span { border-color: rgb(104,23,204); }

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