Html Css Color HEX #6010EA Han Purple

📋 copy color: '#6010EA'

red 96 ◦ green 16 ◦ blue 234

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

Shades of Han Purple #6010EA

Tints of Han Purple #6010EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

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

R = 27.75%
G = 4.62%
B = 67.63%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6010EA (or 0x6010EA) is known color: Han Purple. HEX triplet: 60, 10 and EA. RGB value is (96,16,234). Sum of RGB (Red+Green+Blue) = 96+16+234=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #6010EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010EA is #9FEF15. Grayscale: #3F3F3F. Windows color (decimal): -10481430 or 15339616. OLE color: 15339616.

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

Color convert

RGB 96 16 234 -
CMYK 0.59 0.93 0 0.08
HSL 262.02º 0.87% 0.49% -
HSV(B) 262.02º 0.93% 0.92% -
XYZ 19.86 8.8 78.49 -
YUV 64.77 223.5 150.27 -
System Red Green Blue C M Y K H S L
Decimal 96 16 234 0.59 0.93 0 0.08 262.02 0.87 0.49
Hex 60 10 EA 3B 5D 0 8 106 57 31
Octal 140 20 352 73 135 0 10 406 127 61
Binary 1100000 10000 11101010 111011 1011101 0 1000 100000110 1010111 110001

Color Harmonies of #6010EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010EA

Black with #6010EA

Text Example


Text Example

White with #6010EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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