#532068

Color #532068 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #532068

Tints of Scarlet Gum #532068

Color information

#532068 (or 0x532068) is unknown color: approx Scarlet Gum. HEX triplet: 53, 20 and 68. RGB value is (83,32,104). Sum of RGB (Red+Green+Blue) = 83+32+104=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #532068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532068 is #ACDF97. Grayscale: #373737. Windows color (decimal): -11329432 or 6824019. OLE color: 6824019.

HSL color Cylindrical-coordinate representation of color #532068: hue angle of 282.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #532068 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8332104-
CMYK0.200.6900.59
HSL282.5º52.94%26.67%-
HSV(B)282.5º69.23%40.78%-
XYZ6.583.8713.5-
YUV55.46155.4147.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=37.90%
G=14.61%
B=47.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83321040.200.6900.59282.552.9426.67
Hex532068144503B11a351b
Octal12340150241050734326533
Binary10100111000001101000101001000101011101110001101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532068; }

 p { color: rgb(83,32,104); }

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

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

 a { background-color: rgb(83,32,104); }

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

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

 span { border-color: rgb(83,32,104); }

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