Html Css Color HEX #611DDF Han Purple

📋 copy color: '#611DDF'

red 97 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #611DDF

Tints of Han Purple #611DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 27.79%
G = 8.31%
B = 63.9%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#611DDF (or 0x611DDF) is known color: Han Purple. HEX triplet: 61, 1D and DF. RGB value is (97,29,223). Sum of RGB (Red+Green+Blue) = 97+29+223=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #611DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DDF is #9EE220. Grayscale: #464646. Windows color (decimal): -10412577 or 14622049. OLE color: 14622049.

HSL color Cylindrical-coordinate representation of color #611DDF: hue angle of 261.03º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611DDF is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 29 223 -
CMYK 0.57 0.87 0 0.13
HSL 261.03º 0.77% 0.49% -
HSV(B) 261.03º 0.87% 0.87% -
XYZ 18.69 8.75 70.52 -
YUV 71.45 213.53 146.23 -
System Red Green Blue C M Y K H S L
Decimal 97 29 223 0.57 0.87 0 0.13 261.03 0.77 0.49
Hex 61 1D DF 39 57 0 D 105 4D 31
Octal 141 35 337 71 127 0 15 405 115 61
Binary 1100001 11101 11011111 111001 1010111 0 1101 100000101 1001101 110001

Color Harmonies of #611DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DDF

Black with #611DDF

Text Example


Text Example

White with #611DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,29,223); }

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

background-color css

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

 a { background-color: rgb(97,29,223); }

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

border-color css

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

 span { border-color: rgb(97,29,223); }

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