Html Css Color HEX #753B92 Vivid Violet

📋 copy color: '#753B92'

red 117 ◦ green 59 ◦ blue 146

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

Shades of Vivid Violet #753B92

Tints of Vivid Violet #753B92

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

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

R = 36.34%
G = 18.32%
B = 45.34%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753B92 (or 0x753B92) is known color: Vivid Violet. HEX triplet: 75, 3B and 92. RGB value is (117,59,146). Sum of RGB (Red+Green+Blue) = 117+59+146=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #753B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753B92 is #8AC46D. Grayscale: #555555. Windows color (decimal): -9094254 or 9583477. OLE color: 9583477.

HSL color Cylindrical-coordinate representation of color #753B92: hue angle of 280º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753B92 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 59 146 -
CMYK 0.20 0.60 0 0.43
HSL 280º 0.42% 0.4% -
HSV(B) 280º 0.6% 0.57% -
XYZ 14.09 8.99 28.19 -
YUV 86.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 117 59 146 0.20 0.60 0 0.43 280 0.42 0.4
Hex 75 3B 92 14 3C 0 2B 118 2A 28
Octal 165 73 222 24 74 0 53 430 52 50
Binary 1110101 111011 10010010 10100 111100 0 101011 100011000 101010 101000

Color Harmonies of #753B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B92

Black with #753B92

Text Example


Text Example

White with #753B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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