Html Css Color HEX #75249D Vivid Violet

📋 copy color: '#75249D'

red 117 ◦ green 36 ◦ blue 157

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

Shades of Vivid Violet #75249D

Tints of Vivid Violet #75249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 37.74%
G = 11.61%
B = 50.65%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75249D (or 0x75249D) is known color: Vivid Violet. HEX triplet: 75, 24 and 9D. RGB value is (117,36,157). Sum of RGB (Red+Green+Blue) = 117+36+157=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #75249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75249D is #8ADB62. Grayscale: #494949. Windows color (decimal): -9100131 or 10298485. OLE color: 10298485.

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

Color convert

RGB 117 36 157 -
CMYK 0.25 0.77 0 0.38
HSL 280.17º 0.63% 0.38% -
HSV(B) 280.17º 0.77% 0.62% -
XYZ 14.05 7.48 32.6 -
YUV 74.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 117 36 157 0.25 0.77 0 0.38 280.17 0.63 0.38
Hex 75 24 9D 19 4D 0 26 118 3F 26
Octal 165 44 235 31 115 0 46 430 77 46
Binary 1110101 100100 10011101 11001 1001101 0 100110 100011000 111111 100110

Color Harmonies of #75249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75249D

Black with #75249D

Text Example


Text Example

White with #75249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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