Html Css Color HEX #7512A2 Vivid Violet

📋 copy color: '#7512A2'

red 117 ◦ green 18 ◦ blue 162

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

Shades of Vivid Violet #7512A2

Tints of Vivid Violet #7512A2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 162 (63.67% from 255) = 54.55%

R = 39.39%
G = 6.06%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7512A2 (or 0x7512A2) is known color: Vivid Violet. HEX triplet: 75, 12 and A2. RGB value is (117,18,162). Sum of RGB (Red+Green+Blue) = 117+18+162=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #7512A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7512A2 is #8AED5D. Grayscale: #3F3F3F. Windows color (decimal): -9104734 or 10621557. OLE color: 10621557.

HSL color Cylindrical-coordinate representation of color #7512A2: hue angle of 281.25º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7512A2 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 18 162 -
CMYK 0.28 0.89 0 0.36
HSL 281.25º 0.8% 0.35% -
HSV(B) 281.25º 0.89% 0.64% -
XYZ 14.07 6.82 34.76 -
YUV 64.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 117 18 162 0.28 0.89 0 0.36 281.25 0.8 0.35
Hex 75 12 A2 1C 59 0 24 119 50 23
Octal 165 22 242 34 131 0 44 431 120 43
Binary 1110101 10010 10100010 11100 1011001 0 100100 100011001 1010000 100011

Color Harmonies of #7512A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512A2

Black with #7512A2

Text Example


Text Example

White with #7512A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7512A2; }

 p { color: rgb(117,18,162); }

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

background-color css

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

 a { background-color: rgb(117,18,162); }

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

border-color css

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

 span { border-color: rgb(117,18,162); }

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