Html Css Color HEX #611DB9 Purple Heart

📋 copy color: '#611DB9'

red 97 ◦ green 29 ◦ blue 185

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

Shades of Purple Heart #611DB9

Tints of Purple Heart #611DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.49%

R = 31.19%
G = 9.32%
B = 59.49%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#611DB9 (or 0x611DB9) is known color: Purple Heart. HEX triplet: 61, 1D and B9. RGB value is (97,29,185). Sum of RGB (Red+Green+Blue) = 97+29+185=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #611DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DB9 is #9EE246. Grayscale: #424242. Windows color (decimal): -10412615 or 12131681. OLE color: 12131681.

HSL color Cylindrical-coordinate representation of color #611DB9: hue angle of 266.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611DB9 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 29 185 -
CMYK 0.48 0.84 0 0.27
HSL 266.15º 0.73% 0.42% -
HSV(B) 266.15º 0.84% 0.73% -
XYZ 14.13 6.92 46.49 -
YUV 67.12 194.53 149.32 -
System Red Green Blue C M Y K H S L
Decimal 97 29 185 0.48 0.84 0 0.27 266.15 0.73 0.42
Hex 61 1D B9 30 54 0 1B 10A 49 2A
Octal 141 35 271 60 124 0 33 412 111 52
Binary 1100001 11101 10111001 110000 1010100 0 11011 100001010 1001001 101010

Color Harmonies of #611DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DB9

Black with #611DB9

Text Example


Text Example

White with #611DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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