Html Css Color HEX #752785 Vivid Violet

📋 copy color: '#752785'

red 117 ◦ green 39 ◦ blue 133

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

Shades of Vivid Violet #752785

Tints of Vivid Violet #752785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

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

R = 40.48%
G = 13.49%
B = 46.02%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752785 (or 0x752785) is known color: Vivid Violet. HEX triplet: 75, 27 and 85. RGB value is (117,39,133). Sum of RGB (Red+Green+Blue) = 117+39+133=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #752785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752785 is #8AD87A. Grayscale: #484848. Windows color (decimal): -9099387 or 8726389. OLE color: 8726389.

HSL color Cylindrical-coordinate representation of color #752785: hue angle of 289.79º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752785 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 39 133 -
CMYK 0.12 0.71 0 0.48
HSL 289.79º 0.55% 0.34% -
HSV(B) 289.79º 0.71% 0.52% -
XYZ 12.3 6.93 22.88 -
YUV 73.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 117 39 133 0.12 0.71 0 0.48 289.79 0.55 0.34
Hex 75 27 85 C 47 0 30 122 37 22
Octal 165 47 205 14 107 0 60 442 67 42
Binary 1110101 100111 10000101 1100 1000111 0 110000 100100010 110111 100010

Color Harmonies of #752785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752785

Black with #752785

Text Example


Text Example

White with #752785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752785; }

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

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

background-color css

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

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

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

border-color css

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

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

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