#5C07CA

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

Shades of Purple Heart #5C07CA

Tints of Purple Heart #5C07CA

Color information

#5C07CA (or 0x5C07CA) is unknown color: approx Purple Heart. HEX triplet: 5C, 07 and CA. RGB value is (92,7,202). Sum of RGB (Red+Green+Blue) = 92+7+202=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C07CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C07CA is #A3F835. Grayscale: #353535. Windows color (decimal): -10745910 or 13240156. OLE color: 13240156.

HSL color Cylindrical-coordinate representation of color #5C07CA: hue angle of 266.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C07CA is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB927202-
CMYK0.540.9700.21
HSL266.15º93.3%40.98%-
HSV(B)266.15º96.53%79.22%-
XYZ15.156.6956.37-
YUV54.64211.16154.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 202 (79.30% from 255) = 67.11%
R=30.56%
G=2.33%
B=67.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9272020.540.9700.21266.1593.340.98
Hex5C7CA366101510a5d29
Octal13473126614102541213551
Binary10111001111100101011011011000010101011000010101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C07CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C07CA; }

 p { color: rgb(92,7,202); }

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

<style>
 a { background-color: #5C07CA; }

 a { background-color: rgb(92,7,202); }

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

<style>
 span { border-color: #5C07CA; }

 span { border-color: rgb(92,7,202); }

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