Html Css Color HEX #7D398B Vivid Violet

📋 copy color: '#7D398B'

red 125 ◦ green 57 ◦ blue 139

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

Shades of Vivid Violet #7D398B

Tints of Vivid Violet #7D398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

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

R = 38.94%
G = 17.76%
B = 43.3%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D398B (or 0x7D398B) is known color: Vivid Violet. HEX triplet: 7D, 39 and 8B. RGB value is (125,57,139). Sum of RGB (Red+Green+Blue) = 125+57+139=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D398B is #82C674. Grayscale: #565656. Windows color (decimal): -8570485 or 9124221. OLE color: 9124221.

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

Color convert

RGB 125 57 139 -
CMYK 0.10 0.59 0 0.45
HSL 289.76º 0.42% 0.38% -
HSV(B) 289.76º 0.59% 0.55% -
XYZ 14.58 9.15 25.42 -
YUV 86.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 125 57 139 0.10 0.59 0 0.45 289.76 0.42 0.38
Hex 7D 39 8B A 3B 0 2D 122 2A 26
Octal 175 71 213 12 73 0 55 442 52 46
Binary 1111101 111001 10001011 1010 111011 0 101101 100100010 101010 100110

Color Harmonies of #7D398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D398B

Black with #7D398B

Text Example


Text Example

White with #7D398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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