Html Css Color HEX #612DF6 Han Purple

📋 copy color: '#612DF6'

red 97 ◦ green 45 ◦ blue 246

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

Shades of Han Purple #612DF6

Tints of Han Purple #612DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 63.4%

R = 25%
G = 11.6%
B = 63.4%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#612DF6 (or 0x612DF6) is known color: Han Purple. HEX triplet: 61, 2D and F6. RGB value is (97,45,246). Sum of RGB (Red+Green+Blue) = 97+45+246=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #612DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612DF6 is #9ED209. Grayscale: #525252. Windows color (decimal): -10408458 or 16133473. OLE color: 16133473.

HSL color Cylindrical-coordinate representation of color #612DF6: hue angle of 255.52º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612DF6 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 45 246 -
CMYK 0.61 0.82 0 0.04
HSL 255.52º 0.92% 0.57% -
HSV(B) 255.52º 0.82% 0.96% -
XYZ 22.5 11.07 88.14 -
YUV 83.46 219.73 137.66 -
System Red Green Blue C M Y K H S L
Decimal 97 45 246 0.61 0.82 0 0.04 255.52 0.92 0.57
Hex 61 2D F6 3D 52 0 4 100 5C 39
Octal 141 55 366 75 122 0 4 400 134 71
Binary 1100001 101101 11110110 111101 1010010 0 100 100000000 1011100 111001

Color Harmonies of #612DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DF6

Black with #612DF6

Text Example


Text Example

White with #612DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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