Html Css Color HEX #752799 Vivid Violet

📋 copy color: '#752799'

red 117 ◦ green 39 ◦ blue 153

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

Shades of Vivid Violet #752799

Tints of Vivid Violet #752799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

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

R = 37.86%
G = 12.62%
B = 49.51%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#752799 (or 0x752799) is known color: Vivid Violet. HEX triplet: 75, 27 and 99. RGB value is (117,39,153). Sum of RGB (Red+Green+Blue) = 117+39+153=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #752799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752799 is #8AD866. Grayscale: #4A4A4A. Windows color (decimal): -9099367 or 10037109. OLE color: 10037109.

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

Color convert

RGB 117 39 153 -
CMYK 0.24 0.75 0 0.4
HSL 281.05º 0.59% 0.38% -
HSV(B) 281.05º 0.75% 0.6% -
XYZ 13.81 7.53 30.86 -
YUV 75.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 117 39 153 0.24 0.75 0 0.4 281.05 0.59 0.38
Hex 75 27 99 18 4B 0 28 119 3B 26
Octal 165 47 231 30 113 0 50 431 73 46
Binary 1110101 100111 10011001 11000 1001011 0 101000 100011001 111011 100110

Color Harmonies of #752799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752799

Black with #752799

Text Example


Text Example

White with #752799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752799; }

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

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

background-color css

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

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

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

border-color css

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

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

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