Html Css Color HEX #6029EA Han Purple

📋 copy color: '#6029EA'

red 96 ◦ green 41 ◦ blue 234

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

Shades of Han Purple #6029EA

Tints of Han Purple #6029EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 25.88%
G = 11.05%
B = 63.07%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6029EA (or 0x6029EA) is known color: Han Purple. HEX triplet: 60, 29 and EA. RGB value is (96,41,234). Sum of RGB (Red+Green+Blue) = 96+41+234=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #6029EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029EA is #9FD615. Grayscale: #4E4E4E. Windows color (decimal): -10475030 or 15346016. OLE color: 15346016.

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

Color convert

RGB 96 41 234 -
CMYK 0.59 0.82 0 0.08
HSL 257.1º 0.82% 0.54% -
HSV(B) 257.1º 0.82% 0.92% -
XYZ 20.47 10.01 78.7 -
YUV 79.45 215.22 139.81 -
System Red Green Blue C M Y K H S L
Decimal 96 41 234 0.59 0.82 0 0.08 257.1 0.82 0.54
Hex 60 29 EA 3B 52 0 8 101 52 36
Octal 140 51 352 73 122 0 10 401 122 66
Binary 1100000 101001 11101010 111011 1010010 0 1000 100000001 1010010 110110

Color Harmonies of #6029EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029EA

Black with #6029EA

Text Example


Text Example

White with #6029EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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