Html Css Color HEX #6210EA Han Purple

📋 copy color: '#6210EA'

red 98 ◦ green 16 ◦ blue 234

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

Shades of Han Purple #6210EA

Tints of Han Purple #6210EA

RGB

 RED value IS 98 (38.67% from 255) = 28.16%

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

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

R = 28.16%
G = 4.6%
B = 67.24%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6210EA (or 0x6210EA) is known color: Han Purple. HEX triplet: 62, 10 and EA. RGB value is (98,16,234). Sum of RGB (Red+Green+Blue) = 98+16+234=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #6210EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210EA is #9DEF15. Grayscale: #404040. Windows color (decimal): -10350358 or 15339618. OLE color: 15339618.

HSL color Cylindrical-coordinate representation of color #6210EA: hue angle of 262.57º 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 #6210EA is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 16 234 -
CMYK 0.58 0.93 0 0.08
HSL 262.57º 0.87% 0.49% -
HSV(B) 262.57º 0.93% 0.92% -
XYZ 20.07 8.91 78.5 -
YUV 65.37 223.17 151.27 -
System Red Green Blue C M Y K H S L
Decimal 98 16 234 0.58 0.93 0 0.08 262.57 0.87 0.49
Hex 62 10 EA 3A 5D 0 8 107 57 31
Octal 142 20 352 72 135 0 10 407 127 61
Binary 1100010 10000 11101010 111010 1011101 0 1000 100000111 1010111 110001

Color Harmonies of #6210EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210EA

Black with #6210EA

Text Example


Text Example

White with #6210EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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