Html Css Color HEX #602FCC Purple Heart

📋 copy color: '#602FCC'

red 96 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #602FCC

Tints of Purple Heart #602FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.54%

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

R = 27.67%
G = 13.54%
B = 58.79%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#602FCC (or 0x602FCC) is known color: Purple Heart. HEX triplet: 60, 2F and CC. RGB value is (96,47,204). Sum of RGB (Red+Green+Blue) = 96+47+204=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #602FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FCC is #9FD033. Grayscale: #4E4E4E. Windows color (decimal): -10473524 or 13381472. OLE color: 13381472.

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

Color convert

RGB 96 47 204 -
CMYK 0.53 0.77 0 0.2
HSL 258.73º 0.63% 0.49% -
HSV(B) 258.73º 0.77% 0.8% -
XYZ 16.74 8.88 57.96 -
YUV 79.55 198.23 139.73 -
System Red Green Blue C M Y K H S L
Decimal 96 47 204 0.53 0.77 0 0.2 258.73 0.63 0.49
Hex 60 2F CC 35 4D 0 14 103 3F 31
Octal 140 57 314 65 115 0 24 403 77 61
Binary 1100000 101111 11001100 110101 1001101 0 10100 100000011 111111 110001

Color Harmonies of #602FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FCC

Black with #602FCC

Text Example


Text Example

White with #602FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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