Html Css Color HEX #752295 Vivid Violet

📋 copy color: '#752295'

red 117 ◦ green 34 ◦ blue 149

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

Shades of Vivid Violet #752295

Tints of Vivid Violet #752295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 39%
G = 11.33%
B = 49.67%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752295 (or 0x752295) is known color: Vivid Violet. HEX triplet: 75, 22 and 95. RGB value is (117,34,149). Sum of RGB (Red+Green+Blue) = 117+34+149=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #752295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752295 is #8ADD6A. Grayscale: #474747. Windows color (decimal): -9100651 or 9773685. OLE color: 9773685.

HSL color Cylindrical-coordinate representation of color #752295: hue angle of 283.3º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752295 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 34 149 -
CMYK 0.21 0.77 0 0.42
HSL 283.3º 0.63% 0.36% -
HSV(B) 283.3º 0.77% 0.58% -
XYZ 13.33 7.1 29.1 -
YUV 71.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 117 34 149 0.21 0.77 0 0.42 283.3 0.63 0.36
Hex 75 22 95 15 4D 0 2A 11B 3F 24
Octal 165 42 225 25 115 0 52 433 77 44
Binary 1110101 100010 10010101 10101 1001101 0 101010 100011011 111111 100100

Color Harmonies of #752295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752295

Black with #752295

Text Example


Text Example

White with #752295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752295; }

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

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

background-color css

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

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

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

border-color css

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

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

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