Html Css Color HEX #612BE5 Han Purple

📋 copy color: '#612BE5'

red 97 ◦ green 43 ◦ blue 229

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

Shades of Han Purple #612BE5

Tints of Han Purple #612BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.65%

 BLUE value IS 229 (89.84% from 255) = 62.06%

R = 26.29%
G = 11.65%
B = 62.06%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#612BE5 (or 0x612BE5) is known color: Han Purple. HEX triplet: 61, 2B and E5. RGB value is (97,43,229). Sum of RGB (Red+Green+Blue) = 97+43+229=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #612BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BE5 is #9ED41A. Grayscale: #4F4F4F. Windows color (decimal): -10408987 or 15018849. OLE color: 15018849.

HSL color Cylindrical-coordinate representation of color #612BE5: hue angle of 257.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612BE5 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 43 229 -
CMYK 0.58 0.81 0 0.10
HSL 257.42º 0.78% 0.53% -
HSV(B) 257.42º 0.81% 0.9% -
XYZ 19.94 9.93 74.99 -
YUV 80.35 211.89 139.88 -
System Red Green Blue C M Y K H S L
Decimal 97 43 229 0.58 0.81 0 0.10 257.42 0.78 0.53
Hex 61 2B E5 3A 51 0 A 101 4E 35
Octal 141 53 345 72 121 0 12 401 116 65
Binary 1100001 101011 11100101 111010 1010001 0 1010 100000001 1001110 110101

Color Harmonies of #612BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BE5

Black with #612BE5

Text Example


Text Example

White with #612BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,43,229); }

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

background-color css

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

 a { background-color: rgb(97,43,229); }

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

border-color css

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

 span { border-color: rgb(97,43,229); }

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