Html Css Color HEX #6029EB Han Purple

📋 copy color: '#6029EB'

red 96 ◦ green 41 ◦ blue 235

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

Shades of Han Purple #6029EB

Tints of Han Purple #6029EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 25.81%
G = 11.02%
B = 63.17%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6029EB (or 0x6029EB) is known color: Han Purple. HEX triplet: 60, 29 and EB. RGB value is (96,41,235). Sum of RGB (Red+Green+Blue) = 96+41+235=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #6029EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029EB is #9FD614. Grayscale: #4E4E4E. Windows color (decimal): -10475029 or 15411552. OLE color: 15411552.

HSL color Cylindrical-coordinate representation of color #6029EB: hue angle of 257.01º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6029EB is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 41 235 -
CMYK 0.59 0.83 0 0.08
HSL 257.01º 0.83% 0.54% -
HSV(B) 257.01º 0.83% 0.92% -
XYZ 20.61 10.07 79.45 -
YUV 79.56 215.72 139.73 -
System Red Green Blue C M Y K H S L
Decimal 96 41 235 0.59 0.83 0 0.08 257.01 0.83 0.54
Hex 60 29 EB 3B 53 0 8 101 53 36
Octal 140 51 353 73 123 0 10 401 123 66
Binary 1100000 101001 11101011 111011 1010011 0 1000 100000001 1010011 110110

Color Harmonies of #6029EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029EB

Black with #6029EB

Text Example


Text Example

White with #6029EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6029EB; }

 p { color: rgb(96,41,235); }

 H1.HeaderClassName
 {
   color: #6029EB;
 }
 .AnyTagClassName
 {
   color: #6029EB;
 }
</style>

background-color css

<style>
 a { background-color: #6029EB; }

 a { background-color: rgb(96,41,235); }

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

border-color css

<style>
 span { border-color: #6029EB; }

 span { border-color: rgb(96,41,235); }

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