Html Css Color HEX #6802CC Purple Heart

📋 copy color: '#6802CC'

red 104 ◦ green 2 ◦ blue 204

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

Shades of Purple Heart #6802CC

Tints of Purple Heart #6802CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 33.55%
G = 0.65%
B = 65.81%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6802CC (or 0x6802CC) is known color: Purple Heart. HEX triplet: 68, 02 and CC. RGB value is (104,2,204). Sum of RGB (Red+Green+Blue) = 104+2+204=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #6802CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802CC is #97FD33. Grayscale: #363636. Windows color (decimal): -9960756 or 13369960. OLE color: 13369960.

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

Color convert

RGB 104 2 204 -
CMYK 0.49 0.99 0 0.2
HSL 270.3º 0.98% 0.4% -
HSV(B) 270.3º 0.99% 0.8% -
XYZ 16.63 7.35 57.67 -
YUV 55.53 211.79 162.57 -
System Red Green Blue C M Y K H S L
Decimal 104 2 204 0.49 0.99 0 0.2 270.3 0.98 0.4
Hex 68 2 CC 31 63 0 14 10E 62 28
Octal 150 2 314 61 143 0 24 416 142 50
Binary 1101000 10 11001100 110001 1100011 0 10100 100001110 1100010 101000

Color Harmonies of #6802CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802CC

Black with #6802CC

Text Example


Text Example

White with #6802CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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