Html Css Color HEX #611DBF Purple Heart

📋 copy color: '#611DBF'

red 97 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #611DBF

Tints of Purple Heart #611DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.25%

R = 30.6%
G = 9.15%
B = 60.25%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#611DBF (or 0x611DBF) is known color: Purple Heart. HEX triplet: 61, 1D and BF. RGB value is (97,29,191). Sum of RGB (Red+Green+Blue) = 97+29+191=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #611DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DBF is #9EE240. Grayscale: #434343. Windows color (decimal): -10412609 or 12524897. OLE color: 12524897.

HSL color Cylindrical-coordinate representation of color #611DBF: hue angle of 265.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611DBF is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 29 191 -
CMYK 0.49 0.85 0 0.25
HSL 265.19º 0.74% 0.43% -
HSV(B) 265.19º 0.85% 0.75% -
XYZ 14.77 7.18 49.9 -
YUV 67.8 197.53 148.83 -
System Red Green Blue C M Y K H S L
Decimal 97 29 191 0.49 0.85 0 0.25 265.19 0.74 0.43
Hex 61 1D BF 31 55 0 19 109 4A 2B
Octal 141 35 277 61 125 0 31 411 112 53
Binary 1100001 11101 10111111 110001 1010101 0 11001 100001001 1001010 101011

Color Harmonies of #611DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DBF

Black with #611DBF

Text Example


Text Example

White with #611DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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