Html Css Color HEX #612EEB Han Purple

📋 copy color: '#612EEB'

red 97 ◦ green 46 ◦ blue 235

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

Shades of Han Purple #612EEB

Tints of Han Purple #612EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.17%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 25.66%
G = 12.17%
B = 62.17%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#612EEB (or 0x612EEB) is known color: Han Purple. HEX triplet: 61, 2E and EB. RGB value is (97,46,235). Sum of RGB (Red+Green+Blue) = 97+46+235=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #612EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612EEB is #9ED114. Grayscale: #525252. Windows color (decimal): -10408213 or 15412833. OLE color: 15412833.

HSL color Cylindrical-coordinate representation of color #612EEB: hue angle of 256.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612EEB is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 46 235 -
CMYK 0.59 0.80 0 0.08
HSL 256.19º 0.83% 0.55% -
HSV(B) 256.19º 0.8% 0.92% -
XYZ 20.9 10.49 79.52 -
YUV 82.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 97 46 235 0.59 0.80 0 0.08 256.19 0.83 0.55
Hex 61 2E EB 3B 50 0 8 100 53 37
Octal 141 56 353 73 120 0 10 400 123 67
Binary 1100001 101110 11101011 111011 1010000 0 1000 100000000 1010011 110111

Color Harmonies of #612EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612EEB

Black with #612EEB

Text Example


Text Example

White with #612EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,46,235); }

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

background-color css

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

 a { background-color: rgb(97,46,235); }

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

border-color css

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

 span { border-color: rgb(97,46,235); }

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