Html Css Color HEX #752792 Vivid Violet

📋 copy color: '#752792'

red 117 ◦ green 39 ◦ blue 146

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

Shades of Vivid Violet #752792

Tints of Vivid Violet #752792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 38.74%
G = 12.91%
B = 48.34%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#752792 (or 0x752792) is known color: Vivid Violet. HEX triplet: 75, 27 and 92. RGB value is (117,39,146). Sum of RGB (Red+Green+Blue) = 117+39+146=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #752792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752792 is #8AD86D. Grayscale: #4A4A4A. Windows color (decimal): -9099374 or 9578357. OLE color: 9578357.

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

Color convert

RGB 117 39 146 -
CMYK 0.20 0.73 0 0.43
HSL 283.74º 0.58% 0.36% -
HSV(B) 283.74º 0.73% 0.57% -
XYZ 13.25 7.31 27.91 -
YUV 74.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 117 39 146 0.20 0.73 0 0.43 283.74 0.58 0.36
Hex 75 27 92 14 49 0 2B 11C 3A 24
Octal 165 47 222 24 111 0 53 434 72 44
Binary 1110101 100111 10010010 10100 1001001 0 101011 100011100 111010 100100

Color Harmonies of #752792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752792

Black with #752792

Text Example


Text Example

White with #752792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752792; }

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

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

background-color css

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

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

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

border-color css

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

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

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