Html Css Color HEX #752985 Vivid Violet

📋 copy color: '#752985'

red 117 ◦ green 41 ◦ blue 133

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

Shades of Vivid Violet #752985

Tints of Vivid Violet #752985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 40.21%
G = 14.09%
B = 45.7%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752985 (or 0x752985) is known color: Vivid Violet. HEX triplet: 75, 29 and 85. RGB value is (117,41,133). Sum of RGB (Red+Green+Blue) = 117+41+133=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #752985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752985 is #8AD67A. Grayscale: #494949. Windows color (decimal): -9098875 or 8726901. OLE color: 8726901.

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

Color convert

RGB 117 41 133 -
CMYK 0.12 0.69 0 0.48
HSL 289.57º 0.53% 0.34% -
HSV(B) 289.57º 0.69% 0.52% -
XYZ 12.36 7.06 22.9 -
YUV 74.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 117 41 133 0.12 0.69 0 0.48 289.57 0.53 0.34
Hex 75 29 85 C 45 0 30 122 35 22
Octal 165 51 205 14 105 0 60 442 65 42
Binary 1110101 101001 10000101 1100 1000101 0 110000 100100010 110101 100010

Color Harmonies of #752985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752985

Black with #752985

Text Example


Text Example

White with #752985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752985; }

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

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

background-color css

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

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

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

border-color css

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

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

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