Html Css Color HEX #612CEE Han Purple

📋 copy color: '#612CEE'

red 97 ◦ green 44 ◦ blue 238

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

Shades of Han Purple #612CEE

Tints of Han Purple #612CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 25.59%
G = 11.61%
B = 62.8%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#612CEE (or 0x612CEE) is known color: Han Purple. HEX triplet: 61, 2C and EE. RGB value is (97,44,238). Sum of RGB (Red+Green+Blue) = 97+44+238=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #612CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CEE is #9ED311. Grayscale: #515151. Windows color (decimal): -10408722 or 15608929. OLE color: 15608929.

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

Color convert

RGB 97 44 238 -
CMYK 0.59 0.82 0 0.07
HSL 256.39º 0.85% 0.55% -
HSV(B) 256.39º 0.82% 0.93% -
XYZ 21.26 10.52 81.8 -
YUV 81.96 216.06 138.73 -
System Red Green Blue C M Y K H S L
Decimal 97 44 238 0.59 0.82 0 0.07 256.39 0.85 0.55
Hex 61 2C EE 3B 52 0 7 100 55 37
Octal 141 54 356 73 122 0 7 400 125 67
Binary 1100001 101100 11101110 111011 1010010 0 111 100000000 1010101 110111

Color Harmonies of #612CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CEE

Black with #612CEE

Text Example


Text Example

White with #612CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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