#752398

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

Shades of Vivid Violet #752398

Tints of Vivid Violet #752398

Color information

#752398 (or 0x752398) is unknown color: approx Vivid Violet. HEX triplet: 75, 23 and 98. RGB value is (117,35,152). Sum of RGB (Red+Green+Blue) = 117+35+152=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #752398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752398 is #8ADC67. Grayscale: #484848. Windows color (decimal): -9100392 or 9970549. OLE color: 9970549.

HSL color Cylindrical-coordinate representation of color #752398: hue angle of 282.05º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752398 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11735152-
CMYK0.230.7700.40
HSL282.05º62.57%36.67%-
HSV(B)282.05º76.97%59.61%-
XYZ13.67.2530.39-
YUV72.86172.67159.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 152 (59.77% from 255) = 50%
R=38.49%
G=11.51%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117351520.230.7700.40282.0562.5736.67
Hex752398174D02811a3f25
Octal16543230271150504327745
Binary1110101100011100110001011110011010101000100011010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752398; }

 p { color: rgb(117,35,152); }

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

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

 a { background-color: rgb(117,35,152); }

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

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

 span { border-color: rgb(117,35,152); }

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