Html Css Color HEX #752492 Vivid Violet

📋 copy color: '#752492'

red 117 ◦ green 36 ◦ blue 146

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

Shades of Vivid Violet #752492

Tints of Vivid Violet #752492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 39.13%
G = 12.04%
B = 48.83%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#752492 (or 0x752492) is known color: Vivid Violet. HEX triplet: 75, 24 and 92. RGB value is (117,36,146). Sum of RGB (Red+Green+Blue) = 117+36+146=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #752492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752492 is #8ADB6D. Grayscale: #484848. Windows color (decimal): -9100142 or 9577589. OLE color: 9577589.

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

Color convert

RGB 117 36 146 -
CMYK 0.20 0.75 0 0.43
HSL 284.18º 0.6% 0.36% -
HSV(B) 284.18º 0.75% 0.57% -
XYZ 13.16 7.12 27.87 -
YUV 72.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 117 36 146 0.20 0.75 0 0.43 284.18 0.6 0.36
Hex 75 24 92 14 4B 0 2B 11C 3C 24
Octal 165 44 222 24 113 0 53 434 74 44
Binary 1110101 100100 10010010 10100 1001011 0 101011 100011100 111100 100100

Color Harmonies of #752492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752492

Black with #752492

Text Example


Text Example

White with #752492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752492; }

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

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

background-color css

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

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

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

border-color css

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

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

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