#6142CA

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

Shades of Purple Heart #6142CA

Tints of Purple Heart #6142CA

Color information

#6142CA (or 0x6142CA) is unknown color: approx Purple Heart. HEX triplet: 61, 42 and CA. RGB value is (97,66,202). Sum of RGB (Red+Green+Blue) = 97+66+202=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #6142CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6142CA is #9EBD35. Grayscale: #5A5A5A. Windows color (decimal): -10403126 or 13255265. OLE color: 13255265.

HSL color Cylindrical-coordinate representation of color #6142CA: hue angle of 253.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6142CA is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9766202-
CMYK0.520.6700.21
HSL253.68º56.2%52.55%-
HSV(B)253.68º67.33%79.22%-
XYZ17.5410.757.02-
YUV90.77190.77132.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=26.58%
G=18.08%
B=55.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97662020.520.6700.21253.6856.252.55
Hex6142CA3443015fe3835
Octal141102312641030253767065
Binary1100001100001011001010110100100001101010111111110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6142CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6142CA; }

 p { color: rgb(97,66,202); }

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

<style>
 a { background-color: #6142CA; }

 a { background-color: rgb(97,66,202); }

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

<style>
 span { border-color: #6142CA; }

 span { border-color: rgb(97,66,202); }

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