Html Css Color HEX #752585 Vivid Violet

📋 copy color: '#752585'

red 117 ◦ green 37 ◦ blue 133

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

Shades of Vivid Violet #752585

Tints of Vivid Violet #752585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 40.77%
G = 12.89%
B = 46.34%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752585 (or 0x752585) is known color: Vivid Violet. HEX triplet: 75, 25 and 85. RGB value is (117,37,133). Sum of RGB (Red+Green+Blue) = 117+37+133=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #752585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752585 is #8ADA7A. Grayscale: #474747. Windows color (decimal): -9099899 or 8725877. OLE color: 8725877.

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

Color convert

RGB 117 37 133 -
CMYK 0.12 0.72 0 0.48
HSL 290º 0.56% 0.33% -
HSV(B) 290º 0.72% 0.52% -
XYZ 12.23 6.8 22.86 -
YUV 71.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 117 37 133 0.12 0.72 0 0.48 290 0.56 0.33
Hex 75 25 85 C 48 0 30 122 38 21
Octal 165 45 205 14 110 0 60 442 70 41
Binary 1110101 100101 10000101 1100 1001000 0 110000 100100010 111000 100001

Color Harmonies of #752585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752585

Black with #752585

Text Example


Text Example

White with #752585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752585; }

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

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

background-color css

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

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

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

border-color css

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

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

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