Html Css Color HEX #752A9D Vivid Violet

📋 copy color: '#752A9D'

red 117 ◦ green 42 ◦ blue 157

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

Shades of Vivid Violet #752A9D

Tints of Vivid Violet #752A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 37.03%
G = 13.29%
B = 49.68%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#752A9D (or 0x752A9D) is known color: Vivid Violet. HEX triplet: 75, 2A and 9D. RGB value is (117,42,157). Sum of RGB (Red+Green+Blue) = 117+42+157=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #752A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752A9D is #8AD562. Grayscale: #4D4D4D. Windows color (decimal): -9098595 or 10300021. OLE color: 10300021.

HSL color Cylindrical-coordinate representation of color #752A9D: hue angle of 279.13º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752A9D is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 42 157 -
CMYK 0.25 0.73 0 0.38
HSL 279.13º 0.58% 0.39% -
HSV(B) 279.13º 0.73% 0.62% -
XYZ 14.25 7.87 32.67 -
YUV 77.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 117 42 157 0.25 0.73 0 0.38 279.13 0.58 0.39
Hex 75 2A 9D 19 49 0 26 117 3A 27
Octal 165 52 235 31 111 0 46 427 72 47
Binary 1110101 101010 10011101 11001 1001001 0 100110 100010111 111010 100111

Color Harmonies of #752A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A9D

Black with #752A9D

Text Example


Text Example

White with #752A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A9D; }

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

 H1.HeaderClassName
 {
   color: #752A9D;
 }
 .AnyTagClassName
 {
   color: #752A9D;
 }
</style>

background-color css

<style>
 a { background-color: #752A9D; }

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

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

border-color css

<style>
 span { border-color: #752A9D; }

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

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