#752093

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

Shades of Vivid Violet #752093

Tints of Vivid Violet #752093

Color information

#752093 (or 0x752093) is unknown color: approx Vivid Violet. HEX triplet: 75, 20 and 93. RGB value is (117,32,147). Sum of RGB (Red+Green+Blue) = 117+32+147=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #752093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752093 is #8ADF6C. Grayscale: #464646. Windows color (decimal): -9101165 or 9642101. OLE color: 9642101.

HSL color Cylindrical-coordinate representation of color #752093: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752093 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11732147-
CMYK0.200.7800.42
HSL284.35º64.25%35.1%-
HSV(B)284.35º78.23%57.65%-
XYZ13.126.9228.25-
YUV70.52171.16161.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=39.53%
G=10.81%
B=49.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117321470.200.7800.42284.3564.2535.1
Hex752093144E02A11c4023
Octal165402232411605243410043
Binary11101011000001001001110100100111001010101000111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752093; }

 p { color: rgb(117,32,147); }

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

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

 a { background-color: rgb(117,32,147); }

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

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

 span { border-color: rgb(117,32,147); }

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