#6131CC

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

Shades of Purple Heart #6131CC

Tints of Purple Heart #6131CC

Color information

#6131CC (or 0x6131CC) is unknown color: approx Purple Heart. HEX triplet: 61, 31 and CC. RGB value is (97,49,204). Sum of RGB (Red+Green+Blue) = 97+49+204=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #6131CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131CC is #9ECE33. Grayscale: #505050. Windows color (decimal): -10407476 or 13381985. OLE color: 13381985.

HSL color Cylindrical-coordinate representation of color #6131CC: hue angle of 258.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6131CC is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9749204-
CMYK0.520.7600.2
HSL258.58º61.26%49.61%-
HSV(B)258.58º75.98%80%-
XYZ16.939.157.99-
YUV81.02197.4139.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 49 (19.53% from 255) = 14%
BLUE value IS 204 (80.08% from 255) = 58.29%
R=27.71%
G=14%
B=58.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97492040.520.7600.2258.5861.2649.61
Hex6131CC344C0141033d32
Octal14161314641140244037562
Binary1100001110001110011001101001001100010100100000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6131CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6131CC; }

 p { color: rgb(97,49,204); }

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

<style>
 a { background-color: #6131CC; }

 a { background-color: rgb(97,49,204); }

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

<style>
 span { border-color: #6131CC; }

 span { border-color: rgb(97,49,204); }

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