Html Css Color HEX #602EEF Han Purple

📋 copy color: '#602EEF'

red 96 ◦ green 46 ◦ blue 239

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

Shades of Han Purple #602EEF

Tints of Han Purple #602EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

 BLUE value IS 239 (93.75% from 255) = 62.73%

R = 25.2%
G = 12.07%
B = 62.73%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#602EEF (or 0x602EEF) is known color: Han Purple. HEX triplet: 60, 2E and EF. RGB value is (96,46,239). Sum of RGB (Red+Green+Blue) = 96+46+239=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #602EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EEF is #9FD110. Grayscale: #525252. Windows color (decimal): -10473745 or 15674976. OLE color: 15674976.

HSL color Cylindrical-coordinate representation of color #602EEF: hue angle of 255.54º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602EEF is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 46 239 -
CMYK 0.60 0.81 0 0.06
HSL 255.54º 0.86% 0.56% -
HSV(B) 255.54º 0.81% 0.94% -
XYZ 21.38 10.67 82.59 -
YUV 82.95 216.07 137.31 -
System Red Green Blue C M Y K H S L
Decimal 96 46 239 0.60 0.81 0 0.06 255.54 0.86 0.56
Hex 60 2E EF 3C 51 0 6 100 56 38
Octal 140 56 357 74 121 0 6 400 126 70
Binary 1100000 101110 11101111 111100 1010001 0 110 100000000 1010110 111000

Color Harmonies of #602EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EEF

Black with #602EEF

Text Example


Text Example

White with #602EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,46,239); }

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

background-color css

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

 a { background-color: rgb(96,46,239); }

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

border-color css

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

 span { border-color: rgb(96,46,239); }

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