#6119CD

Color #6119CD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6119CD

Tints of Purple Heart #6119CD

Color information

#6119CD (or 0x6119CD) is unknown color: approx Purple Heart. HEX triplet: 61, 19 and CD. RGB value is (97,25,205). Sum of RGB (Red+Green+Blue) = 97+25+205=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #6119CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6119CD is #9EE632. Grayscale: #424242. Windows color (decimal): -10413619 or 13441377. OLE color: 13441377.

HSL color Cylindrical-coordinate representation of color #6119CD: hue angle of 264º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6119CD is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9725205-
CMYK0.530.8800.20
HSL264º78.26%45.1%-
HSV(B)264º87.8%80.39%-
XYZ16.37.6458.37-
YUV67.05205.85149.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 25 (10.16% from 255) = 7.65%
BLUE value IS 205 (80.47% from 255) = 62.69%
R=29.66%
G=7.65%
B=62.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97252050.530.8800.2026478.2645.1
Hex6119CD35580141084e2d
Octal141313156513002441011655
Binary1100001110011100110111010110110000101001000010001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6119CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6119CD; }

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

 H1.HeaderClassName
 {
   color: #6119CD;
 }
 .AnyTagClassName
 {
   color: #6119CD;
 }
</style>
background-color css

<style>
 a { background-color: #6119CD; }

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

 div.DivClassName
 {
   background-color: #6119CD;
 }
 .BgClassName
 {
   background-color: #6119CD;
 }
</style>
border-color css

<style>
 span { border-color: #6119CD; }

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

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