Html Css Color HEX #6212EA Han Purple

📋 copy color: '#6212EA'

red 98 ◦ green 18 ◦ blue 234

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

Shades of Han Purple #6212EA

Tints of Han Purple #6212EA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 28%
G = 5.14%
B = 66.86%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6212EA (or 0x6212EA) is known color: Han Purple. HEX triplet: 62, 12 and EA. RGB value is (98,18,234). Sum of RGB (Red+Green+Blue) = 98+18+234=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #6212EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212EA is #9DED15. Grayscale: #414141. Windows color (decimal): -10349846 or 15340130. OLE color: 15340130.

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

Color convert

RGB 98 18 234 -
CMYK 0.58 0.92 0 0.08
HSL 262.22º 0.86% 0.49% -
HSV(B) 262.22º 0.92% 0.92% -
XYZ 20.1 8.97 78.51 -
YUV 66.54 222.5 150.44 -
System Red Green Blue C M Y K H S L
Decimal 98 18 234 0.58 0.92 0 0.08 262.22 0.86 0.49
Hex 62 12 EA 3A 5C 0 8 106 56 31
Octal 142 22 352 72 134 0 10 406 126 61
Binary 1100010 10010 11101010 111010 1011100 0 1000 100000110 1010110 110001

Color Harmonies of #6212EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6212EA

Black with #6212EA

Text Example


Text Example

White with #6212EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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