Html Css Color HEX #7D389B Vivid Violet

📋 copy color: '#7D389B'

red 125 ◦ green 56 ◦ blue 155

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

Shades of Vivid Violet #7D389B

Tints of Vivid Violet #7D389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 37.2%
G = 16.67%
B = 46.13%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D389B (or 0x7D389B) is known color: Vivid Violet. HEX triplet: 7D, 38 and 9B. RGB value is (125,56,155). Sum of RGB (Red+Green+Blue) = 125+56+155=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D389B is #82C764. Grayscale: #575757. Windows color (decimal): -8570725 or 10172541. OLE color: 10172541.

HSL color Cylindrical-coordinate representation of color #7D389B: hue angle of 281.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D389B is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 56 155 -
CMYK 0.19 0.64 0 0.39
HSL 281.82º 0.47% 0.41% -
HSV(B) 281.82º 0.64% 0.61% -
XYZ 15.79 9.55 32.02 -
YUV 87.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 125 56 155 0.19 0.64 0 0.39 281.82 0.47 0.41
Hex 7D 38 9B 13 40 0 27 11A 2F 29
Octal 175 70 233 23 100 0 47 432 57 51
Binary 1111101 111000 10011011 10011 1000000 0 100111 100011010 101111 101001

Color Harmonies of #7D389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D389B

Black with #7D389B

Text Example


Text Example

White with #7D389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,155); }

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

background-color css

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

 a { background-color: rgb(125,56,155); }

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

border-color css

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

 span { border-color: rgb(125,56,155); }

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