Html Css Color HEX #752894 Vivid Violet

📋 copy color: '#752894'

red 117 ◦ green 40 ◦ blue 148

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

Shades of Vivid Violet #752894

Tints of Vivid Violet #752894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 38.36%
G = 13.11%
B = 48.52%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752894 (or 0x752894) is known color: Vivid Violet. HEX triplet: 75, 28 and 94. RGB value is (117,40,148). Sum of RGB (Red+Green+Blue) = 117+40+148=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #752894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752894 is #8AD76B. Grayscale: #4A4A4A. Windows color (decimal): -9099116 or 9709685. OLE color: 9709685.

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

Color convert

RGB 117 40 148 -
CMYK 0.21 0.73 0 0.42
HSL 282.78º 0.57% 0.37% -
HSV(B) 282.78º 0.73% 0.58% -
XYZ 13.44 7.44 28.74 -
YUV 75.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 117 40 148 0.21 0.73 0 0.42 282.78 0.57 0.37
Hex 75 28 94 15 49 0 2A 11B 39 25
Octal 165 50 224 25 111 0 52 433 71 45
Binary 1110101 101000 10010100 10101 1001001 0 101010 100011011 111001 100101

Color Harmonies of #752894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752894

Black with #752894

Text Example


Text Example

White with #752894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752894; }

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

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

background-color css

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

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

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

border-color css

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

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

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