Html Css Color HEX #6801CC Purple Heart

📋 copy color: '#6801CC'

red 104 ◦ green 1 ◦ blue 204

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

Shades of Purple Heart #6801CC

Tints of Purple Heart #6801CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 33.66%
G = 0.32%
B = 66.02%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6801CC (or 0x6801CC) is known color: Purple Heart. HEX triplet: 68, 01 and CC. RGB value is (104,1,204). Sum of RGB (Red+Green+Blue) = 104+1+204=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #6801CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801CC is #97FE33. Grayscale: #363636. Windows color (decimal): -9961012 or 13369704. OLE color: 13369704.

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

Color convert

RGB 104 1 204 -
CMYK 0.49 1.00 0 0.2
HSL 270.44º 0.99% 0.4% -
HSV(B) 270.44º 1% 0.8% -
XYZ 16.62 7.32 57.66 -
YUV 54.94 212.12 162.99 -
System Red Green Blue C M Y K H S L
Decimal 104 1 204 0.49 1.00 0 0.2 270.44 0.99 0.4
Hex 68 1 CC 31 64 0 14 10E 63 28
Octal 150 1 314 61 144 0 24 416 143 50
Binary 1101000 1 11001100 110001 1100100 0 10100 100001110 1100011 101000

Color Harmonies of #6801CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801CC

Black with #6801CC

Text Example


Text Example

White with #6801CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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