Html Css Color HEX #602CCD Purple Heart

📋 copy color: '#602CCD'

red 96 ◦ green 44 ◦ blue 205

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

Shades of Purple Heart #602CCD

Tints of Purple Heart #602CCD

RGB

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

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

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

R = 27.83%
G = 12.75%
B = 59.42%

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

#602CCD (or 0x602CCD) is known color: Purple Heart. HEX triplet: 60, 2C and CD. RGB value is (96,44,205). Sum of RGB (Red+Green+Blue) = 96+44+205=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #602CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CCD is #9FD332. Grayscale: #4D4D4D. Windows color (decimal): -10474291 or 13446240. OLE color: 13446240.

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

Color convert

RGB 96 44 205 -
CMYK 0.53 0.79 0 0.20
HSL 259.38º 0.65% 0.49% -
HSV(B) 259.38º 0.79% 0.8% -
XYZ 16.74 8.7 58.55 -
YUV 77.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 96 44 205 0.53 0.79 0 0.20 259.38 0.65 0.49
Hex 60 2C CD 35 4F 0 14 103 41 31
Octal 140 54 315 65 117 0 24 403 101 61
Binary 1100000 101100 11001101 110101 1001111 0 10100 100000011 1000001 110001

Color Harmonies of #602CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CCD

Black with #602CCD

Text Example


Text Example

White with #602CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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