Html Css Color HEX #7D3788 Vivid Violet

📋 copy color: '#7D3788'

red 125 ◦ green 55 ◦ blue 136

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

Shades of Vivid Violet #7D3788

Tints of Vivid Violet #7D3788

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 39.56%
G = 17.41%
B = 43.04%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D3788 (or 0x7D3788) is known color: Vivid Violet. HEX triplet: 7D, 37 and 88. RGB value is (125,55,136). Sum of RGB (Red+Green+Blue) = 125+55+136=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D3788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3788 is #82C877. Grayscale: #545454. Windows color (decimal): -8571000 or 8927101. OLE color: 8927101.

HSL color Cylindrical-coordinate representation of color #7D3788: hue angle of 291.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3788 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 55 136 -
CMYK 0.08 0.60 0 0.47
HSL 291.85º 0.42% 0.37% -
HSV(B) 291.85º 0.6% 0.53% -
XYZ 14.27 8.87 24.25 -
YUV 85.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 125 55 136 0.08 0.60 0 0.47 291.85 0.42 0.37
Hex 7D 37 88 8 3C 0 2F 124 2A 25
Octal 175 67 210 10 74 0 57 444 52 45
Binary 1111101 110111 10001000 1000 111100 0 101111 100100100 101010 100101

Color Harmonies of #7D3788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3788

Black with #7D3788

Text Example


Text Example

White with #7D3788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,136); }

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

background-color css

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

 a { background-color: rgb(125,55,136); }

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

border-color css

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

 span { border-color: rgb(125,55,136); }

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