Html Css Color HEX #752085 Vivid Violet

📋 copy color: '#752085'

red 117 ◦ green 32 ◦ blue 133

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

Shades of Vivid Violet #752085

Tints of Vivid Violet #752085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 41.49%
G = 11.35%
B = 47.16%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752085 (or 0x752085) is known color: Vivid Violet. HEX triplet: 75, 20 and 85. RGB value is (117,32,133). Sum of RGB (Red+Green+Blue) = 117+32+133=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #752085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752085 is #8ADF7A. Grayscale: #444444. Windows color (decimal): -9101179 or 8724597. OLE color: 8724597.

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

Color convert

RGB 117 32 133 -
CMYK 0.12 0.76 0 0.48
HSL 290.5º 0.61% 0.32% -
HSV(B) 290.5º 0.76% 0.52% -
XYZ 12.09 6.51 22.81 -
YUV 68.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 117 32 133 0.12 0.76 0 0.48 290.5 0.61 0.32
Hex 75 20 85 C 4C 0 30 122 3D 20
Octal 165 40 205 14 114 0 60 442 75 40
Binary 1110101 100000 10000101 1100 1001100 0 110000 100100010 111101 100000

Color Harmonies of #752085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752085

Black with #752085

Text Example


Text Example

White with #752085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752085; }

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

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

background-color css

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

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

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

border-color css

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

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

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