Html Css Color HEX #752292 Vivid Violet

📋 copy color: '#752292'

red 117 ◦ green 34 ◦ blue 146

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

Shades of Vivid Violet #752292

Tints of Vivid Violet #752292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 39.39%
G = 11.45%
B = 49.16%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#752292 (or 0x752292) is known color: Vivid Violet. HEX triplet: 75, 22 and 92. RGB value is (117,34,146). Sum of RGB (Red+Green+Blue) = 117+34+146=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #752292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752292 is #8ADD6D. Grayscale: #474747. Windows color (decimal): -9100654 or 9577077. OLE color: 9577077.

HSL color Cylindrical-coordinate representation of color #752292: hue angle of 284.46º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752292 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 34 146 -
CMYK 0.20 0.77 0 0.43
HSL 284.46º 0.62% 0.35% -
HSV(B) 284.46º 0.77% 0.57% -
XYZ 13.1 7 27.86 -
YUV 71.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 117 34 146 0.20 0.77 0 0.43 284.46 0.62 0.35
Hex 75 22 92 14 4D 0 2B 11C 3E 23
Octal 165 42 222 24 115 0 53 434 76 43
Binary 1110101 100010 10010010 10100 1001101 0 101011 100011100 111110 100011

Color Harmonies of #752292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752292

Black with #752292

Text Example


Text Example

White with #752292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752292; }

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

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

background-color css

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

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

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

border-color css

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

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

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