Html Css Color HEX #752A9B Vivid Violet

📋 copy color: '#752A9B'

red 117 ◦ green 42 ◦ blue 155

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

Shades of Vivid Violet #752A9B

Tints of Vivid Violet #752A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 37.26%
G = 13.38%
B = 49.36%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#752A9B (or 0x752A9B) is known color: Vivid Violet. HEX triplet: 75, 2A and 9B. RGB value is (117,42,155). Sum of RGB (Red+Green+Blue) = 117+42+155=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #752A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752A9B is #8AD564. Grayscale: #4C4C4C. Windows color (decimal): -9098597 or 10168949. OLE color: 10168949.

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

Color convert

RGB 117 42 155 -
CMYK 0.25 0.73 0 0.39
HSL 279.82º 0.57% 0.39% -
HSV(B) 279.82º 0.73% 0.61% -
XYZ 14.08 7.8 31.77 -
YUV 77.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 117 42 155 0.25 0.73 0 0.39 279.82 0.57 0.39
Hex 75 2A 9B 19 49 0 27 118 39 27
Octal 165 52 233 31 111 0 47 430 71 47
Binary 1110101 101010 10011011 11001 1001001 0 100111 100011000 111001 100111

Color Harmonies of #752A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A9B

Black with #752A9B

Text Example


Text Example

White with #752A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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