Html Css Color HEX #752691 Vivid Violet

📋 copy color: '#752691'

red 117 ◦ green 38 ◦ blue 145

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

Shades of Vivid Violet #752691

Tints of Vivid Violet #752691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 39%
G = 12.67%
B = 48.33%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#752691 (or 0x752691) is known color: Vivid Violet. HEX triplet: 75, 26 and 91. RGB value is (117,38,145). Sum of RGB (Red+Green+Blue) = 117+38+145=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #752691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752691 is #8AD96E. Grayscale: #494949. Windows color (decimal): -9099631 or 9512565. OLE color: 9512565.

HSL color Cylindrical-coordinate representation of color #752691: hue angle of 284.3º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752691 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 38 145 -
CMYK 0.19 0.74 0 0.43
HSL 284.3º 0.58% 0.36% -
HSV(B) 284.3º 0.74% 0.57% -
XYZ 13.14 7.21 27.49 -
YUV 73.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 117 38 145 0.19 0.74 0 0.43 284.3 0.58 0.36
Hex 75 26 91 13 4A 0 2B 11C 3A 24
Octal 165 46 221 23 112 0 53 434 72 44
Binary 1110101 100110 10010001 10011 1001010 0 101011 100011100 111010 100100

Color Harmonies of #752691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752691

Black with #752691

Text Example


Text Example

White with #752691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752691; }

 p { color: rgb(117,38,145); }

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

background-color css

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

 a { background-color: rgb(117,38,145); }

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

border-color css

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

 span { border-color: rgb(117,38,145); }

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