Html Css Color HEX #611EC0 Purple Heart

📋 copy color: '#611EC0'

red 97 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #611EC0

Tints of Purple Heart #611EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.19%

R = 30.41%
G = 9.4%
B = 60.19%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#611EC0 (or 0x611EC0) is known color: Purple Heart. HEX triplet: 61, 1E and C0. RGB value is (97,30,192). Sum of RGB (Red+Green+Blue) = 97+30+192=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #611EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611EC0 is #9EE13F. Grayscale: #434343. Windows color (decimal): -10412352 or 12590689. OLE color: 12590689.

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

Color convert

RGB 97 30 192 -
CMYK 0.49 0.84 0 0.25
HSL 264.81º 0.73% 0.44% -
HSV(B) 264.81º 0.84% 0.75% -
XYZ 14.91 7.28 50.49 -
YUV 68.5 197.7 148.33 -
System Red Green Blue C M Y K H S L
Decimal 97 30 192 0.49 0.84 0 0.25 264.81 0.73 0.44
Hex 61 1E C0 31 54 0 19 109 49 2C
Octal 141 36 300 61 124 0 31 411 111 54
Binary 1100001 11110 11000000 110001 1010100 0 11001 100001001 1001001 101100

Color Harmonies of #611EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EC0

Black with #611EC0

Text Example


Text Example

White with #611EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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