Html Css Color HEX #611CEF Han Purple

📋 copy color: '#611CEF'

red 97 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #611CEF

Tints of Han Purple #611CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.69%

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

R = 26.65%
G = 7.69%
B = 65.66%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#611CEF (or 0x611CEF) is known color: Han Purple. HEX triplet: 61, 1C and EF. RGB value is (97,28,239). Sum of RGB (Red+Green+Blue) = 97+28+239=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #611CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CEF is #9EE310. Grayscale: #474747. Windows color (decimal): -10412817 or 15670369. OLE color: 15670369.

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

Color convert

RGB 97 28 239 -
CMYK 0.59 0.88 0 0.06
HSL 259.62º 0.87% 0.52% -
HSV(B) 259.62º 0.88% 0.94% -
XYZ 20.93 9.6 82.41 -
YUV 72.69 221.86 145.34 -
System Red Green Blue C M Y K H S L
Decimal 97 28 239 0.59 0.88 0 0.06 259.62 0.87 0.52
Hex 61 1C EF 3B 58 0 6 104 57 34
Octal 141 34 357 73 130 0 6 404 127 64
Binary 1100001 11100 11101111 111011 1011000 0 110 100000100 1010111 110100

Color Harmonies of #611CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CEF

Black with #611CEF

Text Example


Text Example

White with #611CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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