Html Css Color HEX #7D2AAB Vivid Violet

📋 copy color: '#7D2AAB'

red 125 ◦ green 42 ◦ blue 171

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

Shades of Vivid Violet #7D2AAB

Tints of Vivid Violet #7D2AAB

RGB

 RED value IS 125 (49.22% from 255) = 36.98%

 GREEN value IS 42 (16.8% from 255) = 12.43%

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 36.98%
G = 12.43%
B = 50.59%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D2AAB (or 0x7D2AAB) is known color: Vivid Violet. HEX triplet: 7D, 2A and AB. RGB value is (125,42,171). Sum of RGB (Red+Green+Blue) = 125+42+171=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D2AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2AAB is #82D554. Grayscale: #515151. Windows color (decimal): -8574293 or 11217533. OLE color: 11217533.

HSL color Cylindrical-coordinate representation of color #7D2AAB: hue angle of 278.6º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2AAB is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 42 171 -
CMYK 0.27 0.75 0 0.33
HSL 278.6º 0.61% 0.42% -
HSV(B) 278.6º 0.75% 0.67% -
XYZ 16.64 8.96 39.38 -
YUV 81.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 125 42 171 0.27 0.75 0 0.33 278.6 0.61 0.42
Hex 7D 2A AB 1B 4B 0 21 117 3D 2A
Octal 175 52 253 33 113 0 41 427 75 52
Binary 1111101 101010 10101011 11011 1001011 0 100001 100010111 111101 101010

Color Harmonies of #7D2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2AAB

Black with #7D2AAB

Text Example


Text Example

White with #7D2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D2AAB; }

 p { color: rgb(125,42,171); }

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

background-color css

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

 a { background-color: rgb(125,42,171); }

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

border-color css

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

 span { border-color: rgb(125,42,171); }

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