Html Css Color HEX #752893 Vivid Violet

📋 copy color: '#752893'

red 117 ◦ green 40 ◦ blue 147

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

Shades of Vivid Violet #752893

Tints of Vivid Violet #752893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 38.49%
G = 13.16%
B = 48.36%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752893 (or 0x752893) is known color: Vivid Violet. HEX triplet: 75, 28 and 93. RGB value is (117,40,147). Sum of RGB (Red+Green+Blue) = 117+40+147=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #752893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752893 is #8AD76C. Grayscale: #4A4A4A. Windows color (decimal): -9099117 or 9644149. OLE color: 9644149.

HSL color Cylindrical-coordinate representation of color #752893: hue angle of 283.18º 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 #752893 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 40 147 -
CMYK 0.20 0.73 0 0.42
HSL 283.18º 0.57% 0.37% -
HSV(B) 283.18º 0.73% 0.58% -
XYZ 13.36 7.41 28.33 -
YUV 75.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 117 40 147 0.20 0.73 0 0.42 283.18 0.57 0.37
Hex 75 28 93 14 49 0 2A 11B 39 25
Octal 165 50 223 24 111 0 52 433 71 45
Binary 1110101 101000 10010011 10100 1001001 0 101010 100011011 111001 100101

Color Harmonies of #752893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752893

Black with #752893

Text Example


Text Example

White with #752893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752893; }

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

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

background-color css

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

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

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

border-color css

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

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

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