Html Css Color HEX #611DB1 Purple Heart

📋 copy color: '#611DB1'

red 97 ◦ green 29 ◦ blue 177

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

Shades of Purple Heart #611DB1

Tints of Purple Heart #611DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 58.42%

R = 32.01%
G = 9.57%
B = 58.42%

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

#611DB1 (or 0x611DB1) is known color: Purple Heart. HEX triplet: 61, 1D and B1. RGB value is (97,29,177). Sum of RGB (Red+Green+Blue) = 97+29+177=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #611DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611DB1 is #9EE24E. Grayscale: #414141. Windows color (decimal): -10412623 or 11607393. OLE color: 11607393.

HSL color Cylindrical-coordinate representation of color #611DB1: hue angle of 267.57º 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 #611DB1 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 29 177 -
CMYK 0.45 0.84 0 0.31
HSL 267.57º 0.72% 0.4% -
HSV(B) 267.57º 0.84% 0.69% -
XYZ 13.3 6.59 42.17 -
YUV 66.2 190.53 149.97 -
System Red Green Blue C M Y K H S L
Decimal 97 29 177 0.45 0.84 0 0.31 267.57 0.72 0.4
Hex 61 1D B1 2D 54 0 1F 10C 48 28
Octal 141 35 261 55 124 0 37 414 110 50
Binary 1100001 11101 10110001 101101 1010100 0 11111 100001100 1001000 101000

Color Harmonies of #611DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DB1

Black with #611DB1

Text Example


Text Example

White with #611DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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