Html Css Color HEX #611FC0 Purple Heart

📋 copy color: '#611FC0'

red 97 ◦ green 31 ◦ blue 192

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

Shades of Purple Heart #611FC0

Tints of Purple Heart #611FC0

RGB

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

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

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

R = 30.31%
G = 9.69%
B = 60%

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

#611FC0 (or 0x611FC0) is known color: Purple Heart. HEX triplet: 61, 1F and C0. RGB value is (97,31,192). Sum of RGB (Red+Green+Blue) = 97+31+192=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #611FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FC0 is #9EE03F. Grayscale: #444444. Windows color (decimal): -10412096 or 12590945. OLE color: 12590945.

HSL color Cylindrical-coordinate representation of color #611FC0: hue angle of 264.6º degrees, saturation: 0.72, 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 #611FC0 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 31 192 -
CMYK 0.49 0.84 0 0.25
HSL 264.6º 0.72% 0.44% -
HSV(B) 264.6º 0.84% 0.75% -
XYZ 14.93 7.33 50.5 -
YUV 69.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 97 31 192 0.49 0.84 0 0.25 264.6 0.72 0.44
Hex 61 1F C0 31 54 0 19 109 48 2C
Octal 141 37 300 61 124 0 31 411 110 54
Binary 1100001 11111 11000000 110001 1010100 0 11001 100001001 1001000 101100

Color Harmonies of #611FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FC0

Black with #611FC0

Text Example


Text Example

White with #611FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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