Html Css Color HEX #752B95 Vivid Violet

📋 copy color: '#752B95'

red 117 ◦ green 43 ◦ blue 149

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

Shades of Vivid Violet #752B95

Tints of Vivid Violet #752B95

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.92%

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 37.86%
G = 13.92%
B = 48.22%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752B95 (or 0x752B95) is known color: Vivid Violet. HEX triplet: 75, 2B and 95. RGB value is (117,43,149). Sum of RGB (Red+Green+Blue) = 117+43+149=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #752B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752B95 is #8AD46A. Grayscale: #4C4C4C. Windows color (decimal): -9098347 or 9775989. OLE color: 9775989.

HSL color Cylindrical-coordinate representation of color #752B95: hue angle of 281.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752B95 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 43 149 -
CMYK 0.21 0.71 0 0.42
HSL 281.89º 0.55% 0.38% -
HSV(B) 281.89º 0.71% 0.58% -
XYZ 13.62 7.68 29.2 -
YUV 77.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 117 43 149 0.21 0.71 0 0.42 281.89 0.55 0.38
Hex 75 2B 95 15 47 0 2A 11A 37 26
Octal 165 53 225 25 107 0 52 432 67 46
Binary 1110101 101011 10010101 10101 1000111 0 101010 100011010 110111 100110

Color Harmonies of #752B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B95

Black with #752B95

Text Example


Text Example

White with #752B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,149); }

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

background-color css

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

 a { background-color: rgb(117,43,149); }

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

border-color css

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

 span { border-color: rgb(117,43,149); }

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