Html Css Color HEX #75209D Vivid Violet

📋 copy color: '#75209D'

red 117 ◦ green 32 ◦ blue 157

#75209D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #75209D

Tints of Vivid Violet #75209D

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 38.24%
G = 10.46%
B = 51.31%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75209D (or 0x75209D) is known color: Vivid Violet. HEX triplet: 75, 20 and 9D. RGB value is (117,32,157). Sum of RGB (Red+Green+Blue) = 117+32+157=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #75209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75209D is #8ADF62. Grayscale: #474747. Windows color (decimal): -9101155 or 10297461. OLE color: 10297461.

HSL color Cylindrical-coordinate representation of color #75209D: hue angle of 280.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75209D is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 32 157 -
CMYK 0.25 0.80 0 0.38
HSL 280.8º 0.66% 0.37% -
HSV(B) 280.8º 0.8% 0.62% -
XYZ 13.94 7.25 32.56 -
YUV 71.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 117 32 157 0.25 0.80 0 0.38 280.8 0.66 0.37
Hex 75 20 9D 19 50 0 26 119 42 25
Octal 165 40 235 31 120 0 46 431 102 45
Binary 1110101 100000 10011101 11001 1010000 0 100110 100011001 1000010 100101

Color Harmonies of #75209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75209D

Black with #75209D

Text Example


Text Example

White with #75209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75209D; }

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

 H1.HeaderClassName
 {
   color: #75209D;
 }
 .AnyTagClassName
 {
   color: #75209D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #75209D;
 }
 .BgClassName
 {
   background-color: #75209D;
 }
</style>

border-color css

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

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

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