Html Css Color HEX #612CEF Han Purple

📋 copy color: '#612CEF'

red 97 ◦ green 44 ◦ blue 239

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

Shades of Han Purple #612CEF

Tints of Han Purple #612CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 25.53%
G = 11.58%
B = 62.89%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#612CEF (or 0x612CEF) is known color: Han Purple. HEX triplet: 61, 2C and EF. RGB value is (97,44,239). Sum of RGB (Red+Green+Blue) = 97+44+239=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #612CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CEF is #9ED310. Grayscale: #515151. Windows color (decimal): -10408721 or 15674465. OLE color: 15674465.

HSL color Cylindrical-coordinate representation of color #612CEF: hue angle of 256.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612CEF is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 44 239 -
CMYK 0.59 0.82 0 0.06
HSL 256.31º 0.86% 0.55% -
HSV(B) 256.31º 0.82% 0.94% -
XYZ 21.41 10.57 82.57 -
YUV 82.08 216.56 138.64 -
System Red Green Blue C M Y K H S L
Decimal 97 44 239 0.59 0.82 0 0.06 256.31 0.86 0.55
Hex 61 2C EF 3B 52 0 6 100 56 37
Octal 141 54 357 73 122 0 6 400 126 67
Binary 1100001 101100 11101111 111011 1010010 0 110 100000000 1010110 110111

Color Harmonies of #612CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CEF

Black with #612CEF

Text Example


Text Example

White with #612CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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