#5C14CD

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

Shades of Purple Heart #5C14CD

Tints of Purple Heart #5C14CD

Color information

#5C14CD (or 0x5C14CD) is unknown color: approx Purple Heart. HEX triplet: 5C, 14 and CD. RGB value is (92,20,205). Sum of RGB (Red+Green+Blue) = 92+20+205=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C14CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C14CD is #A3EB32. Grayscale: #3D3D3D. Windows color (decimal): -10742579 or 13440092. OLE color: 13440092.

HSL color Cylindrical-coordinate representation of color #5C14CD: hue angle of 263.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C14CD is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9220205-
CMYK0.550.9000.20
HSL263.35º82.22%44.12%-
HSV(B)263.35º90.24%80.39%-
XYZ15.687.1858.32-
YUV62.62208.35148.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 205 (80.47% from 255) = 64.67%
R=29.02%
G=6.31%
B=64.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92202050.550.9000.20263.3582.2244.12
Hex5C14CD375A014107522c
Octal134243156713202440712254
Binary1011100101001100110111011110110100101001000001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C14CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,20,205); }

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

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

 a { background-color: rgb(92,20,205); }

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

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

 span { border-color: rgb(92,20,205); }

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