Html Css Color HEX #7D438A Vivid Violet

📋 copy color: '#7D438A'

red 125 ◦ green 67 ◦ blue 138

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

Shades of Vivid Violet #7D438A

Tints of Vivid Violet #7D438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 37.88%
G = 20.3%
B = 41.82%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D438A (or 0x7D438A) is known color: Vivid Violet. HEX triplet: 7D, 43 and 8A. RGB value is (125,67,138). Sum of RGB (Red+Green+Blue) = 125+67+138=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D438A is #82BC75. Grayscale: #5C5C5C. Windows color (decimal): -8567926 or 9061245. OLE color: 9061245.

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

Color convert

RGB 125 67 138 -
CMYK 0.09 0.51 0 0.46
HSL 289.01º 0.35% 0.4% -
HSV(B) 289.01º 0.51% 0.54% -
XYZ 15.05 10.21 25.22 -
YUV 92.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 125 67 138 0.09 0.51 0 0.46 289.01 0.35 0.4
Hex 7D 43 8A 9 33 0 2E 121 23 28
Octal 175 103 212 11 63 0 56 441 43 50
Binary 1111101 1000011 10001010 1001 110011 0 101110 100100001 100011 101000

Color Harmonies of #7D438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D438A

Black with #7D438A

Text Example


Text Example

White with #7D438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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