Html Css Color HEX #753887 Vivid Violet

📋 copy color: '#753887'

red 117 ◦ green 56 ◦ blue 135

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

Shades of Vivid Violet #753887

Tints of Vivid Violet #753887

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 37.99%
G = 18.18%
B = 43.83%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#753887 (or 0x753887) is known color: Vivid Violet. HEX triplet: 75, 38 and 87. RGB value is (117,56,135). Sum of RGB (Red+Green+Blue) = 117+56+135=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #753887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753887 is #8AC778. Grayscale: #525252. Windows color (decimal): -9095033 or 8861813. OLE color: 8861813.

HSL color Cylindrical-coordinate representation of color #753887: hue angle of 286.33º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753887 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 56 135 -
CMYK 0.13 0.59 0 0.47
HSL 286.33º 0.41% 0.37% -
HSV(B) 286.33º 0.59% 0.53% -
XYZ 13.12 8.36 23.84 -
YUV 83.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 117 56 135 0.13 0.59 0 0.47 286.33 0.41 0.37
Hex 75 38 87 D 3B 0 2F 11E 29 25
Octal 165 70 207 15 73 0 57 436 51 45
Binary 1110101 111000 10000111 1101 111011 0 101111 100011110 101001 100101

Color Harmonies of #753887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753887

Black with #753887

Text Example


Text Example

White with #753887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753887; }

 p { color: rgb(117,56,135); }

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

background-color css

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

 a { background-color: rgb(117,56,135); }

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

border-color css

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

 span { border-color: rgb(117,56,135); }

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