Html Css Color HEX #753592 Vivid Violet

📋 copy color: '#753592'

red 117 ◦ green 53 ◦ blue 146

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

Shades of Vivid Violet #753592

Tints of Vivid Violet #753592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 37.03%
G = 16.77%
B = 46.2%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753592 (or 0x753592) is known color: Vivid Violet. HEX triplet: 75, 35 and 92. RGB value is (117,53,146). Sum of RGB (Red+Green+Blue) = 117+53+146=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #753592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753592 is #8ACA6D. Grayscale: #525252. Windows color (decimal): -9095790 or 9581941. OLE color: 9581941.

HSL color Cylindrical-coordinate representation of color #753592: hue angle of 281.29º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753592 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 53 146 -
CMYK 0.20 0.64 0 0.43
HSL 281.29º 0.47% 0.39% -
HSV(B) 281.29º 0.64% 0.57% -
XYZ 13.8 8.4 28.09 -
YUV 82.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 117 53 146 0.20 0.64 0 0.43 281.29 0.47 0.39
Hex 75 35 92 14 40 0 2B 119 2F 27
Octal 165 65 222 24 100 0 53 431 57 47
Binary 1110101 110101 10010010 10100 1000000 0 101011 100011001 101111 100111

Color Harmonies of #753592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753592

Black with #753592

Text Example


Text Example

White with #753592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753592; }

 p { color: rgb(117,53,146); }

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

background-color css

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

 a { background-color: rgb(117,53,146); }

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

border-color css

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

 span { border-color: rgb(117,53,146); }

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