Html Css Color HEX #611EC2 Purple Heart

📋 copy color: '#611EC2'

red 97 ◦ green 30 ◦ blue 194

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

Shades of Purple Heart #611EC2

Tints of Purple Heart #611EC2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.35%

 BLUE value IS 194 (76.17% from 255) = 60.44%

R = 30.22%
G = 9.35%
B = 60.44%

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

#611EC2 (or 0x611EC2) is known color: Purple Heart. HEX triplet: 61, 1E and C2. RGB value is (97,30,194). Sum of RGB (Red+Green+Blue) = 97+30+194=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #611EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611EC2 is #9EE13D. Grayscale: #444444. Windows color (decimal): -10412350 or 12721761. OLE color: 12721761.

HSL color Cylindrical-coordinate representation of color #611EC2: hue angle of 264.51º degrees, saturation: 0.73, 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 #611EC2 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 30 194 -
CMYK 0.50 0.85 0 0.24
HSL 264.51º 0.73% 0.44% -
HSV(B) 264.51º 0.85% 0.76% -
XYZ 15.13 7.36 51.66 -
YUV 68.73 198.7 148.16 -
System Red Green Blue C M Y K H S L
Decimal 97 30 194 0.50 0.85 0 0.24 264.51 0.73 0.44
Hex 61 1E C2 32 55 0 18 109 49 2C
Octal 141 36 302 62 125 0 30 411 111 54
Binary 1100001 11110 11000010 110010 1010101 0 11000 100001001 1001001 101100

Color Harmonies of #611EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EC2

Black with #611EC2

Text Example


Text Example

White with #611EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,30,194); }

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

background-color css

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

 a { background-color: rgb(97,30,194); }

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

border-color css

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

 span { border-color: rgb(97,30,194); }

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