Html Css Color HEX #7D418B Vivid Violet

📋 copy color: '#7D418B'

red 125 ◦ green 65 ◦ blue 139

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

Shades of Vivid Violet #7D418B

Tints of Vivid Violet #7D418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 37.99%
G = 19.76%
B = 42.25%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D418B (or 0x7D418B) is known color: Vivid Violet. HEX triplet: 7D, 41 and 8B. RGB value is (125,65,139). Sum of RGB (Red+Green+Blue) = 125+65+139=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D418B is #82BE74. Grayscale: #5B5B5B. Windows color (decimal): -8568437 or 9126269. OLE color: 9126269.

HSL color Cylindrical-coordinate representation of color #7D418B: hue angle of 288.65º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D418B is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 65 139 -
CMYK 0.10 0.53 0 0.45
HSL 288.65º 0.36% 0.4% -
HSV(B) 288.65º 0.53% 0.55% -
XYZ 15.01 10 25.57 -
YUV 91.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 125 65 139 0.10 0.53 0 0.45 288.65 0.36 0.4
Hex 7D 41 8B A 35 0 2D 121 24 28
Octal 175 101 213 12 65 0 55 441 44 50
Binary 1111101 1000001 10001011 1010 110101 0 101101 100100001 100100 101000

Color Harmonies of #7D418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D418B

Black with #7D418B

Text Example


Text Example

White with #7D418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,139); }

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

background-color css

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

 a { background-color: rgb(125,65,139); }

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

border-color css

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

 span { border-color: rgb(125,65,139); }

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