Html Css Color HEX #753092 Vivid Violet

📋 copy color: '#753092'

red 117 ◦ green 48 ◦ blue 146

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

Shades of Vivid Violet #753092

Tints of Vivid Violet #753092

RGB

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

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

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

R = 37.62%
G = 15.43%
B = 46.95%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753092 (or 0x753092) is known color: Vivid Violet. HEX triplet: 75, 30 and 92. RGB value is (117,48,146). Sum of RGB (Red+Green+Blue) = 117+48+146=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #753092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753092 is #8ACF6D. Grayscale: #4F4F4F. Windows color (decimal): -9097070 or 9580661. OLE color: 9580661.

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

Color convert

RGB 117 48 146 -
CMYK 0.20 0.67 0 0.43
HSL 282.24º 0.51% 0.38% -
HSV(B) 282.24º 0.67% 0.57% -
XYZ 13.58 7.97 28.02 -
YUV 79.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 117 48 146 0.20 0.67 0 0.43 282.24 0.51 0.38
Hex 75 30 92 14 43 0 2B 11A 33 26
Octal 165 60 222 24 103 0 53 432 63 46
Binary 1110101 110000 10010010 10100 1000011 0 101011 100011010 110011 100110

Color Harmonies of #753092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753092

Black with #753092

Text Example


Text Example

White with #753092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753092; }

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

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

background-color css

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

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

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

border-color css

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

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

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