Html Css Color HEX #752B98 Vivid Violet

📋 copy color: '#752B98'

red 117 ◦ green 43 ◦ blue 152

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

Shades of Vivid Violet #752B98

Tints of Vivid Violet #752B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 37.5%
G = 13.78%
B = 48.72%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#752B98 (or 0x752B98) is known color: Vivid Violet. HEX triplet: 75, 2B and 98. RGB value is (117,43,152). Sum of RGB (Red+Green+Blue) = 117+43+152=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #752B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752B98 is #8AD467. Grayscale: #4D4D4D. Windows color (decimal): -9098344 or 9972597. OLE color: 9972597.

HSL color Cylindrical-coordinate representation of color #752B98: hue angle of 280.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752B98 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 43 152 -
CMYK 0.23 0.72 0 0.40
HSL 280.73º 0.56% 0.38% -
HSV(B) 280.73º 0.72% 0.6% -
XYZ 13.87 7.78 30.48 -
YUV 77.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 117 43 152 0.23 0.72 0 0.40 280.73 0.56 0.38
Hex 75 2B 98 17 48 0 28 119 38 26
Octal 165 53 230 27 110 0 50 431 70 46
Binary 1110101 101011 10011000 10111 1001000 0 101000 100011001 111000 100110

Color Harmonies of #752B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B98

Black with #752B98

Text Example


Text Example

White with #752B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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