#CB53A7

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

Shades of Mulberry #CB53A7

Tints of Mulberry #CB53A7

Color information

#CB53A7 (or 0xCB53A7) is unknown color: approx Mulberry. HEX triplet: CB, 53 and A7. RGB value is (203,83,167). Sum of RGB (Red+Green+Blue) = 203+83+167=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB53A7 is #34AC58. Grayscale: #808080. Windows color (decimal): -3451993 or 10965963. OLE color: 10965963.

HSL color Cylindrical-coordinate representation of color #CB53A7: hue angle of 318º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB53A7 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20383167-
CMYK00.590.180.20
HSL318º53.57%56.08%-
HSV(B)318º59.11%79.61%-
XYZ34.721.6738.91-
YUV128.46149.76181.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 167 (65.62% from 255) = 36.87%
R=44.81%
G=18.32%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038316700.590.180.2031853.5756.08
HexCB53A703B121413e3638
Octal31312324707322244766670
Binary1100101110100111010011101110111001010100100111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB53A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB53A7; }

 p { color: rgb(203,83,167); }

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

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

 a { background-color: rgb(203,83,167); }

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

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

 span { border-color: rgb(203,83,167); }

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