Html Css Color HEX #602ABC Purple Heart

📋 copy color: '#602ABC'

red 96 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #602ABC

Tints of Purple Heart #602ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 29.45%
G = 12.88%
B = 57.67%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#602ABC (or 0x602ABC) is known color: Purple Heart. HEX triplet: 60, 2A and BC. RGB value is (96,42,188). Sum of RGB (Red+Green+Blue) = 96+42+188=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #602ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ABC is #9FD543. Grayscale: #4A4A4A. Windows color (decimal): -10474820 or 12331616. OLE color: 12331616.

HSL color Cylindrical-coordinate representation of color #602ABC: hue angle of 262.19º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602ABC is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 42 188 -
CMYK 0.49 0.78 0 0.26
HSL 262.19º 0.63% 0.45% -
HSV(B) 262.19º 0.78% 0.74% -
XYZ 14.73 7.77 48.3 -
YUV 74.79 191.89 143.13 -
System Red Green Blue C M Y K H S L
Decimal 96 42 188 0.49 0.78 0 0.26 262.19 0.63 0.45
Hex 60 2A BC 31 4E 0 1A 106 3F 2D
Octal 140 52 274 61 116 0 32 406 77 55
Binary 1100000 101010 10111100 110001 1001110 0 11010 100000110 111111 101101

Color Harmonies of #602ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602ABC

Black with #602ABC

Text Example


Text Example

White with #602ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,42,188); }

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

background-color css

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

 a { background-color: rgb(96,42,188); }

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

border-color css

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

 span { border-color: rgb(96,42,188); }

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