Html Css Color HEX #611FCD Purple Heart

📋 copy color: '#611FCD'

red 97 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #611FCD

Tints of Purple Heart #611FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.31%

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 29.13%
G = 9.31%
B = 61.56%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#611FCD (or 0x611FCD) is known color: Purple Heart. HEX triplet: 61, 1F and CD. RGB value is (97,31,205). Sum of RGB (Red+Green+Blue) = 97+31+205=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #611FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FCD is #9EE032. Grayscale: #454545. Windows color (decimal): -10412083 or 13442913. OLE color: 13442913.

HSL color Cylindrical-coordinate representation of color #611FCD: hue angle of 262.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611FCD is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 31 205 -
CMYK 0.53 0.85 0 0.20
HSL 262.76º 0.74% 0.46% -
HSV(B) 262.76º 0.85% 0.8% -
XYZ 16.44 7.93 58.42 -
YUV 70.57 203.87 146.85 -
System Red Green Blue C M Y K H S L
Decimal 97 31 205 0.53 0.85 0 0.20 262.76 0.74 0.46
Hex 61 1F CD 35 55 0 14 107 4A 2E
Octal 141 37 315 65 125 0 24 407 112 56
Binary 1100001 11111 11001101 110101 1010101 0 10100 100000111 1001010 101110

Color Harmonies of #611FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FCD

Black with #611FCD

Text Example


Text Example

White with #611FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,31,205); }

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

background-color css

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

 a { background-color: rgb(97,31,205); }

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

border-color css

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

 span { border-color: rgb(97,31,205); }

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