Html Css Color HEX #602CCE Purple Heart

📋 copy color: '#602CCE'

red 96 ◦ green 44 ◦ blue 206

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

Shades of Purple Heart #602CCE

Tints of Purple Heart #602CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 27.75%
G = 12.72%
B = 59.54%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#602CCE (or 0x602CCE) is known color: Purple Heart. HEX triplet: 60, 2C and CE. RGB value is (96,44,206). Sum of RGB (Red+Green+Blue) = 96+44+206=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #602CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CCE is #9FD331. Grayscale: #4D4D4D. Windows color (decimal): -10474290 or 13511776. OLE color: 13511776.

HSL color Cylindrical-coordinate representation of color #602CCE: hue angle of 259.26º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602CCE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 44 206 -
CMYK 0.53 0.79 0 0.19
HSL 259.26º 0.65% 0.49% -
HSV(B) 259.26º 0.79% 0.81% -
XYZ 16.87 8.74 59.19 -
YUV 78.02 200.23 140.83 -
System Red Green Blue C M Y K H S L
Decimal 96 44 206 0.53 0.79 0 0.19 259.26 0.65 0.49
Hex 60 2C CE 35 4F 0 13 103 41 31
Octal 140 54 316 65 117 0 23 403 101 61
Binary 1100000 101100 11001110 110101 1001111 0 10011 100000011 1000001 110001

Color Harmonies of #602CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CCE

Black with #602CCE

Text Example


Text Example

White with #602CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,206); }

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

background-color css

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

 a { background-color: rgb(96,44,206); }

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

border-color css

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

 span { border-color: rgb(96,44,206); }

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