Html Css Color HEX #602AEC Han Purple

📋 copy color: '#602AEC'

red 96 ◦ green 42 ◦ blue 236

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

Shades of Han Purple #602AEC

Tints of Han Purple #602AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.1%

R = 25.67%
G = 11.23%
B = 63.1%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#602AEC (or 0x602AEC) is known color: Han Purple. HEX triplet: 60, 2A and EC. RGB value is (96,42,236). Sum of RGB (Red+Green+Blue) = 96+42+236=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #602AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602AEC is #9FD513. Grayscale: #4F4F4F. Windows color (decimal): -10474772 or 15477344. OLE color: 15477344.

HSL color Cylindrical-coordinate representation of color #602AEC: hue angle of 256.7º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602AEC is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 42 236 -
CMYK 0.59 0.82 0 0.07
HSL 256.7º 0.84% 0.55% -
HSV(B) 256.7º 0.82% 0.93% -
XYZ 20.79 10.2 80.23 -
YUV 80.26 215.89 139.23 -
System Red Green Blue C M Y K H S L
Decimal 96 42 236 0.59 0.82 0 0.07 256.7 0.84 0.55
Hex 60 2A EC 3B 52 0 7 101 54 37
Octal 140 52 354 73 122 0 7 401 124 67
Binary 1100000 101010 11101100 111011 1010010 0 111 100000001 1010100 110111

Color Harmonies of #602AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AEC

Black with #602AEC

Text Example


Text Example

White with #602AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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