Html Css Color HEX #6210EB Han Purple

📋 copy color: '#6210EB'

red 98 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #6210EB

Tints of Han Purple #6210EB

RGB

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

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

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

R = 28.08%
G = 4.58%
B = 67.34%

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

#6210EB (or 0x6210EB) is known color: Han Purple. HEX triplet: 62, 10 and EB. RGB value is (98,16,235). Sum of RGB (Red+Green+Blue) = 98+16+235=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #6210EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210EB is #9DEF14. Grayscale: #404040. Windows color (decimal): -10350357 or 15405154. OLE color: 15405154.

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

Color convert

RGB 98 16 235 -
CMYK 0.58 0.93 0 0.08
HSL 262.47º 0.87% 0.49% -
HSV(B) 262.47º 0.93% 0.92% -
XYZ 20.22 8.97 79.26 -
YUV 65.48 223.67 151.19 -
System Red Green Blue C M Y K H S L
Decimal 98 16 235 0.58 0.93 0 0.08 262.47 0.87 0.49
Hex 62 10 EB 3A 5D 0 8 106 57 31
Octal 142 20 353 72 135 0 10 406 127 61
Binary 1100010 10000 11101011 111010 1011101 0 1000 100000110 1010111 110001

Color Harmonies of #6210EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210EB

Black with #6210EB

Text Example


Text Example

White with #6210EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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