Html Css Color HEX #75209F Vivid Violet

📋 copy color: '#75209F'

red 117 ◦ green 32 ◦ blue 159

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

Shades of Vivid Violet #75209F

Tints of Vivid Violet #75209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 37.99%
G = 10.39%
B = 51.62%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75209F (or 0x75209F) is known color: Vivid Violet. HEX triplet: 75, 20 and 9F. RGB value is (117,32,159). Sum of RGB (Red+Green+Blue) = 117+32+159=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #75209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75209F is #8ADF60. Grayscale: #474747. Windows color (decimal): -9101153 or 10428533. OLE color: 10428533.

HSL color Cylindrical-coordinate representation of color #75209F: hue angle of 280.16º 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 #75209F is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 32 159 -
CMYK 0.26 0.80 0 0.38
HSL 280.16º 0.66% 0.37% -
HSV(B) 280.16º 0.8% 0.62% -
XYZ 14.11 7.32 33.47 -
YUV 71.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 117 32 159 0.26 0.80 0 0.38 280.16 0.66 0.37
Hex 75 20 9F 1A 50 0 26 118 42 25
Octal 165 40 237 32 120 0 46 430 102 45
Binary 1110101 100000 10011111 11010 1010000 0 100110 100011000 1000010 100101

Color Harmonies of #75209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75209F

Black with #75209F

Text Example


Text Example

White with #75209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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