Html Css Color HEX #7528A0 Vivid Violet

📋 copy color: '#7528A0'

red 117 ◦ green 40 ◦ blue 160

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

Shades of Vivid Violet #7528A0

Tints of Vivid Violet #7528A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 50.47%

R = 36.91%
G = 12.62%
B = 50.47%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7528A0 (or 0x7528A0) is known color: Vivid Violet. HEX triplet: 75, 28 and A0. RGB value is (117,40,160). Sum of RGB (Red+Green+Blue) = 117+40+160=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #7528A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7528A0 is #8AD75F. Grayscale: #4C4C4C. Windows color (decimal): -9099104 or 10496117. OLE color: 10496117.

HSL color Cylindrical-coordinate representation of color #7528A0: hue angle of 278.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7528A0 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 40 160 -
CMYK 0.27 0.75 0 0.37
HSL 278.5º 0.6% 0.39% -
HSV(B) 278.5º 0.75% 0.63% -
XYZ 14.44 7.84 34.01 -
YUV 76.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 117 40 160 0.27 0.75 0 0.37 278.5 0.6 0.39
Hex 75 28 A0 1B 4B 0 25 116 3C 27
Octal 165 50 240 33 113 0 45 426 74 47
Binary 1110101 101000 10100000 11011 1001011 0 100101 100010110 111100 100111

Color Harmonies of #7528A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528A0

Black with #7528A0

Text Example


Text Example

White with #7528A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7528A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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