Html Css Color HEX #602CDF Purple Heart

📋 copy color: '#602CDF'

red 96 ◦ green 44 ◦ blue 223

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

Shades of Purple Heart #602CDF

Tints of Purple Heart #602CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 26.45%
G = 12.12%
B = 61.43%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#602CDF (or 0x602CDF) is known color: Purple Heart. HEX triplet: 60, 2C and DF. RGB value is (96,44,223). Sum of RGB (Red+Green+Blue) = 96+44+223=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #602CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CDF is #9FD320. Grayscale: #4F4F4F. Windows color (decimal): -10474273 or 14625888. OLE color: 14625888.

HSL color Cylindrical-coordinate representation of color #602CDF: hue angle of 257.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602CDF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 44 223 -
CMYK 0.57 0.80 0 0.13
HSL 257.43º 0.74% 0.52% -
HSV(B) 257.43º 0.8% 0.87% -
XYZ 19.04 9.62 70.66 -
YUV 79.95 208.73 139.45 -
System Red Green Blue C M Y K H S L
Decimal 96 44 223 0.57 0.80 0 0.13 257.43 0.74 0.52
Hex 60 2C DF 39 50 0 D 101 4A 34
Octal 140 54 337 71 120 0 15 401 112 64
Binary 1100000 101100 11011111 111001 1010000 0 1101 100000001 1001010 110100

Color Harmonies of #602CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CDF

Black with #602CDF

Text Example


Text Example

White with #602CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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