Html Css Color HEX #752194 Vivid Violet

📋 copy color: '#752194'

red 117 ◦ green 33 ◦ blue 148

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

Shades of Vivid Violet #752194

Tints of Vivid Violet #752194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 39.26%
G = 11.07%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752194 (or 0x752194) is known color: Vivid Violet. HEX triplet: 75, 21 and 94. RGB value is (117,33,148). Sum of RGB (Red+Green+Blue) = 117+33+148=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #752194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752194 is #8ADE6B. Grayscale: #464646. Windows color (decimal): -9100908 or 9707893. OLE color: 9707893.

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

Color convert

RGB 117 33 148 -
CMYK 0.21 0.78 0 0.42
HSL 283.83º 0.64% 0.35% -
HSV(B) 283.83º 0.78% 0.58% -
XYZ 13.23 7.01 28.67 -
YUV 71.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 117 33 148 0.21 0.78 0 0.42 283.83 0.64 0.35
Hex 75 21 94 15 4E 0 2A 11C 40 23
Octal 165 41 224 25 116 0 52 434 100 43
Binary 1110101 100001 10010100 10101 1001110 0 101010 100011100 1000000 100011

Color Harmonies of #752194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752194

Black with #752194

Text Example


Text Example

White with #752194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752194; }

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

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

background-color css

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

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

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

border-color css

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

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

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