Html Css Color HEX #752093 Vivid Violet

📋 copy color: '#752093'

red 117 ◦ green 32 ◦ blue 147

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

Shades of Vivid Violet #752093

Tints of Vivid Violet #752093

RGB

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

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

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

R = 39.53%
G = 10.81%
B = 49.66%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752093 (or 0x752093) is known color: Vivid Violet. HEX triplet: 75, 20 and 93. RGB value is (117,32,147). Sum of RGB (Red+Green+Blue) = 117+32+147=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #752093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752093 is #8ADF6C. Grayscale: #464646. Windows color (decimal): -9101165 or 9642101. OLE color: 9642101.

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

Color convert

RGB 117 32 147 -
CMYK 0.20 0.78 0 0.42
HSL 284.35º 0.64% 0.35% -
HSV(B) 284.35º 0.78% 0.58% -
XYZ 13.12 6.92 28.25 -
YUV 70.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 117 32 147 0.20 0.78 0 0.42 284.35 0.64 0.35
Hex 75 20 93 14 4E 0 2A 11C 40 23
Octal 165 40 223 24 116 0 52 434 100 43
Binary 1110101 100000 10010011 10100 1001110 0 101010 100011100 1000000 100011

Color Harmonies of #752093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752093

Black with #752093

Text Example


Text Example

White with #752093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752093; }

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

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

background-color css

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

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

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

border-color css

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

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

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