Html Css Color HEX #602BCE Purple Heart

📋 copy color: '#602BCE'

red 96 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #602BCE

Tints of Purple Heart #602BCE

RGB

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

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

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

R = 27.83%
G = 12.46%
B = 59.71%

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

#602BCE (or 0x602BCE) is known color: Purple Heart. HEX triplet: 60, 2B and CE. RGB value is (96,43,206). Sum of RGB (Red+Green+Blue) = 96+43+206=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #602BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BCE is #9FD431. Grayscale: #4C4C4C. Windows color (decimal): -10474546 or 13511520. OLE color: 13511520.

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

Color convert

RGB 96 43 206 -
CMYK 0.53 0.79 0 0.19
HSL 259.51º 0.65% 0.49% -
HSV(B) 259.51º 0.79% 0.81% -
XYZ 16.83 8.67 59.18 -
YUV 77.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 96 43 206 0.53 0.79 0 0.19 259.51 0.65 0.49
Hex 60 2B CE 35 4F 0 13 104 41 31
Octal 140 53 316 65 117 0 23 404 101 61
Binary 1100000 101011 11001110 110101 1001111 0 10011 100000100 1000001 110001

Color Harmonies of #602BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BCE

Black with #602BCE

Text Example


Text Example

White with #602BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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