#75248B

Color #75248B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #75248B

Tints of Vivid Violet #75248B

Color information

#75248B (or 0x75248B) is unknown color: approx Vivid Violet. HEX triplet: 75, 24 and 8B. RGB value is (117,36,139). Sum of RGB (Red+Green+Blue) = 117+36+139=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #75248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75248B is #8ADB74. Grayscale: #474747. Windows color (decimal): -9100149 or 9118837. OLE color: 9118837.

HSL color Cylindrical-coordinate representation of color #75248B: hue angle of 287.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75248B is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11736139-
CMYK0.160.7400.45
HSL287.18º58.86%34.31%-
HSV(B)287.18º74.1%54.51%-
XYZ12.636.9125.09-
YUV71.96165.84160.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=40.07%
G=12.33%
B=47.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117361390.160.7400.45287.1858.8634.31
Hex75248B104A02D11f3b22
Octal16544213201120554377342
Binary1110101100100100010111000010010100101101100011111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75248B; }

 p { color: rgb(117,36,139); }

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

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

 a { background-color: rgb(117,36,139); }

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

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

 span { border-color: rgb(117,36,139); }

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