Html Css Color HEX #612DF9 Han Purple

📋 copy color: '#612DF9'

red 97 ◦ green 45 ◦ blue 249

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

Shades of Han Purple #612DF9

Tints of Han Purple #612DF9

RGB

 RED value IS 97 (38.28% from 255) = 24.81%

 GREEN value IS 45 (17.97% from 255) = 11.51%

 BLUE value IS 249 (97.66% from 255) = 63.68%

R = 24.81%
G = 11.51%
B = 63.68%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#612DF9 (or 0x612DF9) is known color: Han Purple. HEX triplet: 61, 2D and F9. RGB value is (97,45,249). Sum of RGB (Red+Green+Blue) = 97+45+249=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #612DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612DF9 is #9ED206. Grayscale: #535353. Windows color (decimal): -10408455 or 16330081. OLE color: 16330081.

HSL color Cylindrical-coordinate representation of color #612DF9: hue angle of 255.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612DF9 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 45 249 -
CMYK 0.61 0.82 0 0.02
HSL 255.29º 0.94% 0.58% -
HSV(B) 255.29º 0.82% 0.98% -
XYZ 22.97 11.26 90.58 -
YUV 83.8 221.23 137.41 -
System Red Green Blue C M Y K H S L
Decimal 97 45 249 0.61 0.82 0 0.02 255.29 0.94 0.58
Hex 61 2D F9 3D 52 0 2 FF 5E 3A
Octal 141 55 371 75 122 0 2 377 136 72
Binary 1100001 101101 11111001 111101 1010010 0 10 11111111 1011110 111010

Color Harmonies of #612DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DF9

Black with #612DF9

Text Example


Text Example

White with #612DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612DF9; }

 p { color: rgb(97,45,249); }

 H1.HeaderClassName
 {
   color: #612DF9;
 }
 .AnyTagClassName
 {
   color: #612DF9;
 }
</style>

background-color css

<style>
 a { background-color: #612DF9; }

 a { background-color: rgb(97,45,249); }

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

border-color css

<style>
 span { border-color: #612DF9; }

 span { border-color: rgb(97,45,249); }

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