Html Css Color HEX #7D468A Vivid Violet

📋 copy color: '#7D468A'

red 125 ◦ green 70 ◦ blue 138

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

Shades of Vivid Violet #7D468A

Tints of Vivid Violet #7D468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 37.54%
G = 21.02%
B = 41.44%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D468A (or 0x7D468A) is known color: Vivid Violet. HEX triplet: 7D, 46 and 8A. RGB value is (125,70,138). Sum of RGB (Red+Green+Blue) = 125+70+138=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D468A is #82B975. Grayscale: #5D5D5D. Windows color (decimal): -8567158 or 9062013. OLE color: 9062013.

HSL color Cylindrical-coordinate representation of color #7D468A: hue angle of 288.53º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D468A is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 70 138 -
CMYK 0.09 0.49 0 0.46
HSL 288.53º 0.33% 0.41% -
HSV(B) 288.53º 0.49% 0.54% -
XYZ 15.24 10.58 25.28 -
YUV 94.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 125 70 138 0.09 0.49 0 0.46 288.53 0.33 0.41
Hex 7D 46 8A 9 31 0 2E 121 21 29
Octal 175 106 212 11 61 0 56 441 41 51
Binary 1111101 1000110 10001010 1001 110001 0 101110 100100001 100001 101001

Color Harmonies of #7D468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D468A

Black with #7D468A

Text Example


Text Example

White with #7D468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,70,138); }

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

background-color css

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

 a { background-color: rgb(125,70,138); }

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

border-color css

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

 span { border-color: rgb(125,70,138); }

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