Html Css Color HEX #753492 Vivid Violet

📋 copy color: '#753492'

red 117 ◦ green 52 ◦ blue 146

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

Shades of Vivid Violet #753492

Tints of Vivid Violet #753492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 37.14%
G = 16.51%
B = 46.35%

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

#753492 (or 0x753492) is known color: Vivid Violet. HEX triplet: 75, 34 and 92. RGB value is (117,52,146). Sum of RGB (Red+Green+Blue) = 117+52+146=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #753492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753492 is #8ACB6D. Grayscale: #515151. Windows color (decimal): -9096046 or 9581685. OLE color: 9581685.

HSL color Cylindrical-coordinate representation of color #753492: hue angle of 281.49º 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 #753492 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 52 146 -
CMYK 0.20 0.64 0 0.43
HSL 281.49º 0.47% 0.39% -
HSV(B) 281.49º 0.64% 0.57% -
XYZ 13.75 8.31 28.07 -
YUV 82.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 117 52 146 0.20 0.64 0 0.43 281.49 0.47 0.39
Hex 75 34 92 14 40 0 2B 119 2F 27
Octal 165 64 222 24 100 0 53 431 57 47
Binary 1110101 110100 10010010 10100 1000000 0 101011 100011001 101111 100111

Color Harmonies of #753492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753492

Black with #753492

Text Example


Text Example

White with #753492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753492; }

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

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

background-color css

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

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

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

border-color css

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

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

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