Html Css Color HEX #602BCD Purple Heart

📋 copy color: '#602BCD'

red 96 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #602BCD

Tints of Purple Heart #602BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 27.91%
G = 12.5%
B = 59.59%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#602BCD (or 0x602BCD) is known color: Purple Heart. HEX triplet: 60, 2B and CD. RGB value is (96,43,205). Sum of RGB (Red+Green+Blue) = 96+43+205=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #602BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BCD is #9FD432. Grayscale: #4C4C4C. Windows color (decimal): -10474547 or 13445984. OLE color: 13445984.

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

Color convert

RGB 96 43 205 -
CMYK 0.53 0.79 0 0.20
HSL 259.63º 0.65% 0.49% -
HSV(B) 259.63º 0.79% 0.8% -
XYZ 16.71 8.62 58.54 -
YUV 77.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 96 43 205 0.53 0.79 0 0.20 259.63 0.65 0.49
Hex 60 2B CD 35 4F 0 14 104 41 31
Octal 140 53 315 65 117 0 24 404 101 61
Binary 1100000 101011 11001101 110101 1001111 0 10100 100000100 1000001 110001

Color Harmonies of #602BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BCD

Black with #602BCD

Text Example


Text Example

White with #602BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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