Html Css Color HEX #753099 Vivid Violet

📋 copy color: '#753099'

red 117 ◦ green 48 ◦ blue 153

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

Shades of Vivid Violet #753099

Tints of Vivid Violet #753099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 36.79%
G = 15.09%
B = 48.11%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#753099 (or 0x753099) is known color: Vivid Violet. HEX triplet: 75, 30 and 99. RGB value is (117,48,153). Sum of RGB (Red+Green+Blue) = 117+48+153=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #753099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753099 is #8ACF66. Grayscale: #505050. Windows color (decimal): -9097063 or 10039413. OLE color: 10039413.

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

Color convert

RGB 117 48 153 -
CMYK 0.24 0.69 0 0.4
HSL 279.43º 0.52% 0.39% -
HSV(B) 279.43º 0.69% 0.6% -
XYZ 14.14 8.2 30.97 -
YUV 80.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 117 48 153 0.24 0.69 0 0.4 279.43 0.52 0.39
Hex 75 30 99 18 45 0 28 117 34 27
Octal 165 60 231 30 105 0 50 427 64 47
Binary 1110101 110000 10011001 11000 1000101 0 101000 100010111 110100 100111

Color Harmonies of #753099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753099

Black with #753099

Text Example


Text Example

White with #753099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753099; }

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

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

background-color css

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

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

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

border-color css

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

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

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