#5C30AD

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

Shades of Purple Heart #5C30AD

Tints of Purple Heart #5C30AD

Color information

#5C30AD (or 0x5C30AD) is unknown color: approx Purple Heart. HEX triplet: 5C, 30 and AD. RGB value is (92,48,173). Sum of RGB (Red+Green+Blue) = 92+48+173=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C30AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C30AD is #A3CF52. Grayscale: #4A4A4A. Windows color (decimal): -10735443 or 11350108. OLE color: 11350108.

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

Color convert

RGB9248173-
CMYK0.470.7200.32
HSL261.12º56.56%43.33%-
HSV(B)261.12º72.25%67.84%-
XYZ13.017.4140.28-
YUV75.41183.08139.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.39%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=29.39%
G=15.34%
B=55.27%

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
Decimal92481730.470.7200.32261.1256.5643.33
Hex5C30AD2F48020105392b
Octal13460255571100404057153
Binary10111001100001010110110111110010000100000100000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C30AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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