Html Css Color HEX #602DCE Purple Heart

📋 copy color: '#602DCE'

red 96 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #602DCE

Tints of Purple Heart #602DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.97%

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

R = 27.67%
G = 12.97%
B = 59.37%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#602DCE (or 0x602DCE) is known color: Purple Heart. HEX triplet: 60, 2D and CE. RGB value is (96,45,206). Sum of RGB (Red+Green+Blue) = 96+45+206=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #602DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DCE is #9FD231. Grayscale: #4E4E4E. Windows color (decimal): -10474034 or 13512032. OLE color: 13512032.

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

Color convert

RGB 96 45 206 -
CMYK 0.53 0.78 0 0.19
HSL 259.01º 0.64% 0.49% -
HSV(B) 259.01º 0.78% 0.81% -
XYZ 16.9 8.82 59.2 -
YUV 78.6 199.9 140.41 -
System Red Green Blue C M Y K H S L
Decimal 96 45 206 0.53 0.78 0 0.19 259.01 0.64 0.49
Hex 60 2D CE 35 4E 0 13 103 40 31
Octal 140 55 316 65 116 0 23 403 100 61
Binary 1100000 101101 11001110 110101 1001110 0 10011 100000011 1000000 110001

Color Harmonies of #602DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DCE

Black with #602DCE

Text Example


Text Example

White with #602DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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