Html Css Color HEX #602ACC Purple Heart

📋 copy color: '#602ACC'

red 96 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #602ACC

Tints of Purple Heart #602ACC

RGB

 RED value IS 96 (37.89% from 255) = 28.07%

 GREEN value IS 42 (16.8% from 255) = 12.28%

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

R = 28.07%
G = 12.28%
B = 59.65%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#602ACC (or 0x602ACC) is known color: Purple Heart. HEX triplet: 60, 2A and CC. RGB value is (96,42,204). Sum of RGB (Red+Green+Blue) = 96+42+204=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #602ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ACC is #9FD533. Grayscale: #4C4C4C. Windows color (decimal): -10474804 or 13380192. OLE color: 13380192.

HSL color Cylindrical-coordinate representation of color #602ACC: hue angle of 260º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602ACC is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 42 204 -
CMYK 0.53 0.79 0 0.2
HSL 260º 0.66% 0.48% -
HSV(B) 260º 0.79% 0.8% -
XYZ 16.55 8.5 57.9 -
YUV 76.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 96 42 204 0.53 0.79 0 0.2 260 0.66 0.48
Hex 60 2A CC 35 4F 0 14 104 42 30
Octal 140 52 314 65 117 0 24 404 102 60
Binary 1100000 101010 11001100 110101 1001111 0 10100 100000100 1000010 110000

Color Harmonies of #602ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602ACC

Black with #602ACC

Text Example


Text Example

White with #602ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602ACC; }

 p { color: rgb(96,42,204); }

 H1.HeaderClassName
 {
   color: #602ACC;
 }
 .AnyTagClassName
 {
   color: #602ACC;
 }
</style>

background-color css

<style>
 a { background-color: #602ACC; }

 a { background-color: rgb(96,42,204); }

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

border-color css

<style>
 span { border-color: #602ACC; }

 span { border-color: rgb(96,42,204); }

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