Html Css Color HEX #752699 Vivid Violet

📋 copy color: '#752699'

red 117 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #752699

Tints of Vivid Violet #752699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

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

R = 37.99%
G = 12.34%
B = 49.68%

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

#752699 (or 0x752699) is known color: Vivid Violet. HEX triplet: 75, 26 and 99. RGB value is (117,38,153). Sum of RGB (Red+Green+Blue) = 117+38+153=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #752699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752699 is #8AD966. Grayscale: #4A4A4A. Windows color (decimal): -9099623 or 10036853. OLE color: 10036853.

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

Color convert

RGB 117 38 153 -
CMYK 0.24 0.75 0 0.4
HSL 281.22º 0.6% 0.37% -
HSV(B) 281.22º 0.75% 0.6% -
XYZ 13.78 7.47 30.85 -
YUV 74.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 117 38 153 0.24 0.75 0 0.4 281.22 0.6 0.37
Hex 75 26 99 18 4B 0 28 119 3C 25
Octal 165 46 231 30 113 0 50 431 74 45
Binary 1110101 100110 10011001 11000 1001011 0 101000 100011001 111100 100101

Color Harmonies of #752699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752699

Black with #752699

Text Example


Text Example

White with #752699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752699; }

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

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

background-color css

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

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

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

border-color css

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

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

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