Html Css Color HEX #752287 Vivid Violet

📋 copy color: '#752287'

red 117 ◦ green 34 ◦ blue 135

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

Shades of Vivid Violet #752287

Tints of Vivid Violet #752287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 40.91%
G = 11.89%
B = 47.2%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752287 (or 0x752287) is known color: Vivid Violet. HEX triplet: 75, 22 and 87. RGB value is (117,34,135). Sum of RGB (Red+Green+Blue) = 117+34+135=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #752287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752287 is #8ADD78. Grayscale: #464646. Windows color (decimal): -9100665 or 8856181. OLE color: 8856181.

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

Color convert

RGB 117 34 135 -
CMYK 0.13 0.75 0 0.47
HSL 289.31º 0.6% 0.33% -
HSV(B) 289.31º 0.75% 0.53% -
XYZ 12.28 6.68 23.56 -
YUV 70.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 117 34 135 0.13 0.75 0 0.47 289.31 0.6 0.33
Hex 75 22 87 D 4B 0 2F 121 3C 21
Octal 165 42 207 15 113 0 57 441 74 41
Binary 1110101 100010 10000111 1101 1001011 0 101111 100100001 111100 100001

Color Harmonies of #752287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752287

Black with #752287

Text Example


Text Example

White with #752287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752287; }

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

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

background-color css

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

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

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

border-color css

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

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

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