Html Css Color HEX #6212DF Han Purple

📋 copy color: '#6212DF'

red 98 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #6212DF

Tints of Han Purple #6212DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 28.91%
G = 5.31%
B = 65.78%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6212DF (or 0x6212DF) is known color: Han Purple. HEX triplet: 62, 12 and DF. RGB value is (98,18,223). Sum of RGB (Red+Green+Blue) = 98+18+223=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #6212DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6212DF is #9DED20. Grayscale: #404040. Windows color (decimal): -10349857 or 14619234. OLE color: 14619234.

HSL color Cylindrical-coordinate representation of color #6212DF: hue angle of 263.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6212DF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 18 223 -
CMYK 0.56 0.92 0 0.13
HSL 263.41º 0.85% 0.47% -
HSV(B) 263.41º 0.92% 0.87% -
XYZ 18.57 8.36 70.45 -
YUV 65.29 217 151.33 -
System Red Green Blue C M Y K H S L
Decimal 98 18 223 0.56 0.92 0 0.13 263.41 0.85 0.47
Hex 62 12 DF 38 5C 0 D 107 55 2F
Octal 142 22 337 70 134 0 15 407 125 57
Binary 1100010 10010 11011111 111000 1011100 0 1101 100000111 1010101 101111

Color Harmonies of #6212DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6212DF

Black with #6212DF

Text Example


Text Example

White with #6212DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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