Html Css Color HEX #753B85 Vivid Violet

📋 copy color: '#753B85'

red 117 ◦ green 59 ◦ blue 133

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

Shades of Vivid Violet #753B85

Tints of Vivid Violet #753B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 37.86%
G = 19.09%
B = 43.04%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#753B85 (or 0x753B85) is known color: Vivid Violet. HEX triplet: 75, 3B and 85. RGB value is (117,59,133). Sum of RGB (Red+Green+Blue) = 117+59+133=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #753B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753B85 is #8AC47A. Grayscale: #545454. Windows color (decimal): -9094267 or 8731509. OLE color: 8731509.

HSL color Cylindrical-coordinate representation of color #753B85: hue angle of 287.03º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753B85 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 59 133 -
CMYK 0.12 0.56 0 0.48
HSL 287.03º 0.39% 0.38% -
HSV(B) 287.03º 0.56% 0.52% -
XYZ 13.13 8.6 23.16 -
YUV 84.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 117 59 133 0.12 0.56 0 0.48 287.03 0.39 0.38
Hex 75 3B 85 C 38 0 30 11F 27 26
Octal 165 73 205 14 70 0 60 437 47 46
Binary 1110101 111011 10000101 1100 111000 0 110000 100011111 100111 100110

Color Harmonies of #753B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B85

Black with #753B85

Text Example


Text Example

White with #753B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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