Html Css Color HEX #611DB0 Purple Heart

📋 copy color: '#611DB0'

red 97 ◦ green 29 ◦ blue 176

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

Shades of Purple Heart #611DB0

Tints of Purple Heart #611DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 58.28%

R = 32.12%
G = 9.6%
B = 58.28%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#611DB0 (or 0x611DB0) is known color: Purple Heart. HEX triplet: 61, 1D and B0. RGB value is (97,29,176). Sum of RGB (Red+Green+Blue) = 97+29+176=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 176 (69.14% from 255 or 58.28% from 302); Max value from RGB is 176 - color contains mainly: blue. Hex color #611DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611DB0 is #9EE24F. Grayscale: #414141. Windows color (decimal): -10412624 or 11541857. OLE color: 11541857.

HSL color Cylindrical-coordinate representation of color #611DB0: hue angle of 267.76º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611DB0 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 29 176 -
CMYK 0.45 0.84 0 0.31
HSL 267.76º 0.72% 0.4% -
HSV(B) 267.76º 0.84% 0.69% -
XYZ 13.21 6.55 41.64 -
YUV 66.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 97 29 176 0.45 0.84 0 0.31 267.76 0.72 0.4
Hex 61 1D B0 2D 54 0 1F 10C 48 28
Octal 141 35 260 55 124 0 37 414 110 50
Binary 1100001 11101 10110000 101101 1010100 0 11111 100001100 1001000 101000

Color Harmonies of #611DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DB0

Black with #611DB0

Text Example


Text Example

White with #611DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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