Html Css Color HEX #6212FF Han Purple

📋 copy color: '#6212FF'

red 98 ◦ green 18 ◦ blue 255

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

Shades of Han Purple #6212FF

Tints of Han Purple #6212FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 26.42%
G = 4.85%
B = 68.73%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6212FF (or 0x6212FF) is known color: Han Purple. HEX triplet: 62, 12 and FF. RGB value is (98,18,255). Sum of RGB (Red+Green+Blue) = 98+18+255=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #6212FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212FF is #9DED00. Grayscale: #444444. Windows color (decimal): -10349825 or 16716386. OLE color: 16716386.

HSL color Cylindrical-coordinate representation of color #6212FF: hue angle of 260.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6212FF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 18 255 -
CMYK 0.62 0.93 0 0
HSL 260.25º 1% 0.54% -
HSV(B) 260.25º 0.93% 1% -
XYZ 23.3 10.25 95.36 -
YUV 68.94 233 148.73 -
System Red Green Blue C M Y K H S L
Decimal 98 18 255 0.62 0.93 0 0 260.25 1 0.54
Hex 62 12 FF 3E 5D 0 0 104 64 36
Octal 142 22 377 76 135 0 0 404 144 66
Binary 1100010 10010 11111111 111110 1011101 0 0 100000100 1100100 110110

Color Harmonies of #6212FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6212FF

Black with #6212FF

Text Example


Text Example

White with #6212FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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