Html Css Color HEX #612CEB Han Purple

📋 copy color: '#612CEB'

red 97 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #612CEB

Tints of Han Purple #612CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.7%

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

R = 25.8%
G = 11.7%
B = 62.5%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#612CEB (or 0x612CEB) is known color: Han Purple. HEX triplet: 61, 2C and EB. RGB value is (97,44,235). Sum of RGB (Red+Green+Blue) = 97+44+235=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #612CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CEB is #9ED314. Grayscale: #505050. Windows color (decimal): -10408725 or 15412321. OLE color: 15412321.

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

Color convert

RGB 97 44 235 -
CMYK 0.59 0.81 0 0.08
HSL 256.65º 0.83% 0.55% -
HSV(B) 256.65º 0.81% 0.92% -
XYZ 20.83 10.34 79.5 -
YUV 81.62 214.56 138.97 -
System Red Green Blue C M Y K H S L
Decimal 97 44 235 0.59 0.81 0 0.08 256.65 0.83 0.55
Hex 61 2C EB 3B 51 0 8 101 53 37
Octal 141 54 353 73 121 0 10 401 123 67
Binary 1100001 101100 11101011 111011 1010001 0 1000 100000001 1010011 110111

Color Harmonies of #612CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CEB

Black with #612CEB

Text Example


Text Example

White with #612CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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