#75219B

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

Shades of Vivid Violet #75219B

Tints of Vivid Violet #75219B

Color information

#75219B (or 0x75219B) is unknown color: approx Vivid Violet. HEX triplet: 75, 21 and 9B. RGB value is (117,33,155). Sum of RGB (Red+Green+Blue) = 117+33+155=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #75219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75219B is #8ADE64. Grayscale: #474747. Windows color (decimal): -9100901 or 10166645. OLE color: 10166645.

HSL color Cylindrical-coordinate representation of color #75219B: hue angle of 281.31º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75219B is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11733155-
CMYK0.250.7900.39
HSL281.31º64.89%36.86%-
HSV(B)281.31º78.71%60.78%-
XYZ13.87.2431.68-
YUV72.02174.83160.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=38.36%
G=10.82%
B=50.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117331550.250.7900.39281.3164.8936.86
Hex75219B194F0271194125
Octal165412333111704743110145
Binary11101011000011001101111001100111101001111000110011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,33,155); }

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

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

 a { background-color: rgb(117,33,155); }

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

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

 span { border-color: rgb(117,33,155); }

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