Html Css Color HEX #602BCC Purple Heart

📋 copy color: '#602BCC'

red 96 ◦ green 43 ◦ blue 204

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

Shades of Purple Heart #602BCC

Tints of Purple Heart #602BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

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

R = 27.99%
G = 12.54%
B = 59.48%

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

#602BCC (or 0x602BCC) is known color: Purple Heart. HEX triplet: 60, 2B and CC. RGB value is (96,43,204). Sum of RGB (Red+Green+Blue) = 96+43+204=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #602BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BCC is #9FD433. Grayscale: #4C4C4C. Windows color (decimal): -10474548 or 13380448. OLE color: 13380448.

HSL color Cylindrical-coordinate representation of color #602BCC: hue angle of 259.75º degrees, saturation: 0.65, 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 #602BCC is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 43 204 -
CMYK 0.53 0.79 0 0.2
HSL 259.75º 0.65% 0.48% -
HSV(B) 259.75º 0.79% 0.8% -
XYZ 16.59 8.57 57.91 -
YUV 77.2 199.56 141.41 -
System Red Green Blue C M Y K H S L
Decimal 96 43 204 0.53 0.79 0 0.2 259.75 0.65 0.48
Hex 60 2B CC 35 4F 0 14 104 41 30
Octal 140 53 314 65 117 0 24 404 101 60
Binary 1100000 101011 11001100 110101 1001111 0 10100 100000100 1000001 110000

Color Harmonies of #602BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BCC

Black with #602BCC

Text Example


Text Example

White with #602BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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