Html Css Color HEX #602BC9 Purple Heart

📋 copy color: '#602BC9'

red 96 ◦ green 43 ◦ blue 201

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

Shades of Purple Heart #602BC9

Tints of Purple Heart #602BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 59.12%

R = 28.24%
G = 12.65%
B = 59.12%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#602BC9 (or 0x602BC9) is known color: Purple Heart. HEX triplet: 60, 2B and C9. RGB value is (96,43,201). Sum of RGB (Red+Green+Blue) = 96+43+201=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #602BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BC9 is #9FD436. Grayscale: #4C4C4C. Windows color (decimal): -10474551 or 13183840. OLE color: 13183840.

HSL color Cylindrical-coordinate representation of color #602BC9: hue angle of 260.13º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602BC9 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 43 201 -
CMYK 0.52 0.79 0 0.21
HSL 260.13º 0.65% 0.48% -
HSV(B) 260.13º 0.79% 0.79% -
XYZ 16.23 8.43 56.03 -
YUV 76.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 96 43 201 0.52 0.79 0 0.21 260.13 0.65 0.48
Hex 60 2B C9 34 4F 0 15 104 41 30
Octal 140 53 311 64 117 0 25 404 101 60
Binary 1100000 101011 11001001 110100 1001111 0 10101 100000100 1000001 110000

Color Harmonies of #602BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BC9

Black with #602BC9

Text Example


Text Example

White with #602BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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