Html Css Color HEX #6210EE Han Purple

📋 copy color: '#6210EE'

red 98 ◦ green 16 ◦ blue 238

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

Shades of Han Purple #6210EE

Tints of Han Purple #6210EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.61%

R = 27.84%
G = 4.55%
B = 67.61%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6210EE (or 0x6210EE) is known color: Han Purple. HEX triplet: 62, 10 and EE. RGB value is (98,16,238). Sum of RGB (Red+Green+Blue) = 98+16+238=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #6210EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210EE is #9DEF11. Grayscale: #414141. Windows color (decimal): -10350354 or 15601762. OLE color: 15601762.

HSL color Cylindrical-coordinate representation of color #6210EE: hue angle of 262.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6210EE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 16 238 -
CMYK 0.59 0.93 0 0.07
HSL 262.16º 0.87% 0.5% -
HSV(B) 262.16º 0.93% 0.93% -
XYZ 20.65 9.14 81.56 -
YUV 65.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 98 16 238 0.59 0.93 0 0.07 262.16 0.87 0.5
Hex 62 10 EE 3B 5D 0 7 106 57 32
Octal 142 20 356 73 135 0 7 406 127 62
Binary 1100010 10000 11101110 111011 1011101 0 111 100000110 1010111 110010

Color Harmonies of #6210EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210EE

Black with #6210EE

Text Example


Text Example

White with #6210EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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