Html Css Color HEX #752299 Vivid Violet

📋 copy color: '#752299'

red 117 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #752299

Tints of Vivid Violet #752299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 38.49%
G = 11.18%
B = 50.33%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#752299 (or 0x752299) is known color: Vivid Violet. HEX triplet: 75, 22 and 99. RGB value is (117,34,153). Sum of RGB (Red+Green+Blue) = 117+34+153=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #752299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752299 is #8ADD66. Grayscale: #474747. Windows color (decimal): -9100647 or 10035829. OLE color: 10035829.

HSL color Cylindrical-coordinate representation of color #752299: hue angle of 281.85º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752299 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 34 153 -
CMYK 0.24 0.78 0 0.4
HSL 281.85º 0.64% 0.37% -
HSV(B) 281.85º 0.78% 0.6% -
XYZ 13.66 7.23 30.81 -
YUV 72.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 117 34 153 0.24 0.78 0 0.4 281.85 0.64 0.37
Hex 75 22 99 18 4E 0 28 11A 40 25
Octal 165 42 231 30 116 0 50 432 100 45
Binary 1110101 100010 10011001 11000 1001110 0 101000 100011010 1000000 100101

Color Harmonies of #752299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752299

Black with #752299

Text Example


Text Example

White with #752299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752299; }

 p { color: rgb(117,34,153); }

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

background-color css

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

 a { background-color: rgb(117,34,153); }

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

border-color css

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

 span { border-color: rgb(117,34,153); }

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