Html Css Color HEX #6212FA Han Purple

📋 copy color: '#6212FA'

red 98 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #6212FA

Tints of Han Purple #6212FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 26.78%
G = 4.92%
B = 68.31%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6212FA (or 0x6212FA) is known color: Han Purple. HEX triplet: 62, 12 and FA. RGB value is (98,18,250). Sum of RGB (Red+Green+Blue) = 98+18+250=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #6212FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212FA is #9DED05. Grayscale: #434343. Windows color (decimal): -10349830 or 16388706. OLE color: 16388706.

HSL color Cylindrical-coordinate representation of color #6212FA: hue angle of 260.69º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6212FA is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 18 250 -
CMYK 0.61 0.93 0 0.02
HSL 260.69º 0.96% 0.53% -
HSV(B) 260.69º 0.93% 0.98% -
XYZ 22.51 9.93 91.17 -
YUV 68.37 230.5 149.14 -
System Red Green Blue C M Y K H S L
Decimal 98 18 250 0.61 0.93 0 0.02 260.69 0.96 0.53
Hex 62 12 FA 3D 5D 0 2 105 60 35
Octal 142 22 372 75 135 0 2 405 140 65
Binary 1100010 10010 11111010 111101 1011101 0 10 100000101 1100000 110101

Color Harmonies of #6212FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6212FA

Black with #6212FA

Text Example


Text Example

White with #6212FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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