Html Css Color HEX #752094 Vivid Violet

📋 copy color: '#752094'

red 117 ◦ green 32 ◦ blue 148

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

Shades of Vivid Violet #752094

Tints of Vivid Violet #752094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 39.39%
G = 10.77%
B = 49.83%

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

#752094 (or 0x752094) is known color: Vivid Violet. HEX triplet: 75, 20 and 94. RGB value is (117,32,148). Sum of RGB (Red+Green+Blue) = 117+32+148=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #752094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752094 is #8ADF6B. Grayscale: #464646. Windows color (decimal): -9101164 or 9707637. OLE color: 9707637.

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

Color convert

RGB 117 32 148 -
CMYK 0.21 0.78 0 0.42
HSL 283.97º 0.64% 0.35% -
HSV(B) 283.97º 0.78% 0.58% -
XYZ 13.2 6.95 28.66 -
YUV 70.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 117 32 148 0.21 0.78 0 0.42 283.97 0.64 0.35
Hex 75 20 94 15 4E 0 2A 11C 40 23
Octal 165 40 224 25 116 0 52 434 100 43
Binary 1110101 100000 10010100 10101 1001110 0 101010 100011100 1000000 100011

Color Harmonies of #752094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752094

Black with #752094

Text Example


Text Example

White with #752094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752094; }

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

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

background-color css

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

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

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

border-color css

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

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

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