Html Css Color HEX #753399 Vivid Violet

📋 copy color: '#753399'

red 117 ◦ green 51 ◦ blue 153

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

Shades of Vivid Violet #753399

Tints of Vivid Violet #753399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 36.45%
G = 15.89%
B = 47.66%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#753399 (or 0x753399) is known color: Vivid Violet. HEX triplet: 75, 33 and 99. RGB value is (117,51,153). Sum of RGB (Red+Green+Blue) = 117+51+153=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #753399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753399 is #8ACC66. Grayscale: #525252. Windows color (decimal): -9096295 or 10040181. OLE color: 10040181.

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

Color convert

RGB 117 51 153 -
CMYK 0.24 0.67 0 0.4
HSL 278.82º 0.5% 0.4% -
HSV(B) 278.82º 0.67% 0.6% -
XYZ 14.27 8.45 31.02 -
YUV 82.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 117 51 153 0.24 0.67 0 0.4 278.82 0.5 0.4
Hex 75 33 99 18 43 0 28 117 32 28
Octal 165 63 231 30 103 0 50 427 62 50
Binary 1110101 110011 10011001 11000 1000011 0 101000 100010111 110010 101000

Color Harmonies of #753399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753399

Black with #753399

Text Example


Text Example

White with #753399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753399; }

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

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

background-color css

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

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

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

border-color css

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

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

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