Html Css Color HEX #752896 Vivid Violet

📋 copy color: '#752896'

red 117 ◦ green 40 ◦ blue 150

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

Shades of Vivid Violet #752896

Tints of Vivid Violet #752896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 38.11%
G = 13.03%
B = 48.86%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752896 (or 0x752896) is known color: Vivid Violet. HEX triplet: 75, 28 and 96. RGB value is (117,40,150). Sum of RGB (Red+Green+Blue) = 117+40+150=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #752896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752896 is #8AD769. Grayscale: #4B4B4B. Windows color (decimal): -9099114 or 9840757. OLE color: 9840757.

HSL color Cylindrical-coordinate representation of color #752896: hue angle of 282º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752896 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 40 150 -
CMYK 0.22 0.73 0 0.41
HSL 282º 0.58% 0.37% -
HSV(B) 282º 0.73% 0.59% -
XYZ 13.6 7.5 29.59 -
YUV 75.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 117 40 150 0.22 0.73 0 0.41 282 0.58 0.37
Hex 75 28 96 16 49 0 29 11A 3A 25
Octal 165 50 226 26 111 0 51 432 72 45
Binary 1110101 101000 10010110 10110 1001001 0 101001 100011010 111010 100101

Color Harmonies of #752896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752896

Black with #752896

Text Example


Text Example

White with #752896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752896; }

 p { color: rgb(117,40,150); }

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

background-color css

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

 a { background-color: rgb(117,40,150); }

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

border-color css

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

 span { border-color: rgb(117,40,150); }

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