Html Css Color HEX #75239D Vivid Violet

📋 copy color: '#75239D'

red 117 ◦ green 35 ◦ blue 157

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

Shades of Vivid Violet #75239D

Tints of Vivid Violet #75239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 37.86%
G = 11.33%
B = 50.81%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75239D (or 0x75239D) is known color: Vivid Violet. HEX triplet: 75, 23 and 9D. RGB value is (117,35,157). Sum of RGB (Red+Green+Blue) = 117+35+157=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #75239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75239D is #8ADC62. Grayscale: #494949. Windows color (decimal): -9100387 or 10298229. OLE color: 10298229.

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

Color convert

RGB 117 35 157 -
CMYK 0.25 0.78 0 0.38
HSL 280.33º 0.64% 0.38% -
HSV(B) 280.33º 0.78% 0.62% -
XYZ 14.02 7.42 32.59 -
YUV 73.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 117 35 157 0.25 0.78 0 0.38 280.33 0.64 0.38
Hex 75 23 9D 19 4E 0 26 118 40 26
Octal 165 43 235 31 116 0 46 430 100 46
Binary 1110101 100011 10011101 11001 1001110 0 100110 100011000 1000000 100110

Color Harmonies of #75239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75239D

Black with #75239D

Text Example


Text Example

White with #75239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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