#5C30AE

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

Shades of Purple Heart #5C30AE

Tints of Purple Heart #5C30AE

Color information

#5C30AE (or 0x5C30AE) is unknown color: approx Purple Heart. HEX triplet: 5C, 30 and AE. RGB value is (92,48,174). Sum of RGB (Red+Green+Blue) = 92+48+174=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C30AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C30AE is #A3CF51. Grayscale: #4B4B4B. Windows color (decimal): -10735442 or 11415644. OLE color: 11415644.

HSL color Cylindrical-coordinate representation of color #5C30AE: hue angle of 260.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C30AE is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9248174-
CMYK0.470.7200.32
HSL260.95º56.76%43.53%-
HSV(B)260.95º72.41%68.24%-
XYZ13.117.4540.79-
YUV75.52183.58139.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.30%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=29.30%
G=15.29%
B=55.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92481740.470.7200.32260.9556.7643.53
Hex5C30AE2F48020105392c
Octal13460256571100404057154
Binary10111001100001010111010111110010000100000100000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,48,174); }

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

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

 a { background-color: rgb(92,48,174); }

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

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

 span { border-color: rgb(92,48,174); }

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