Html Css Color HEX #611DC1 Purple Heart

📋 copy color: '#611DC1'

red 97 ◦ green 29 ◦ blue 193

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

Shades of Purple Heart #611DC1

Tints of Purple Heart #611DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 60.5%

R = 30.41%
G = 9.09%
B = 60.5%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#611DC1 (or 0x611DC1) is known color: Purple Heart. HEX triplet: 61, 1D and C1. RGB value is (97,29,193). Sum of RGB (Red+Green+Blue) = 97+29+193=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #611DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DC1 is #9EE23E. Grayscale: #434343. Windows color (decimal): -10412607 or 12655969. OLE color: 12655969.

HSL color Cylindrical-coordinate representation of color #611DC1: hue angle of 264.88º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611DC1 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 29 193 -
CMYK 0.50 0.85 0 0.24
HSL 264.88º 0.74% 0.44% -
HSV(B) 264.88º 0.85% 0.76% -
XYZ 14.99 7.27 51.07 -
YUV 68.03 198.53 148.66 -
System Red Green Blue C M Y K H S L
Decimal 97 29 193 0.50 0.85 0 0.24 264.88 0.74 0.44
Hex 61 1D C1 32 55 0 18 109 4A 2C
Octal 141 35 301 62 125 0 30 411 112 54
Binary 1100001 11101 11000001 110010 1010101 0 11000 100001001 1001010 101100

Color Harmonies of #611DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DC1

Black with #611DC1

Text Example


Text Example

White with #611DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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