Html Css Color HEX #7D3388 Vivid Violet

📋 copy color: '#7D3388'

red 125 ◦ green 51 ◦ blue 136

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

Shades of Vivid Violet #7D3388

Tints of Vivid Violet #7D3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 40.06%
G = 16.35%
B = 43.59%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D3388 (or 0x7D3388) is known color: Vivid Violet. HEX triplet: 7D, 33 and 88. RGB value is (125,51,136). Sum of RGB (Red+Green+Blue) = 125+51+136=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D3388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3388 is #82CC77. Grayscale: #525252. Windows color (decimal): -8572024 or 8926077. OLE color: 8926077.

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

Color convert

RGB 125 51 136 -
CMYK 0.08 0.62 0 0.47
HSL 292.24º 0.45% 0.37% -
HSV(B) 292.24º 0.63% 0.53% -
XYZ 14.09 8.51 24.19 -
YUV 82.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 125 51 136 0.08 0.62 0 0.47 292.24 0.45 0.37
Hex 7D 33 88 8 3E 0 2F 124 2D 25
Octal 175 63 210 10 76 0 57 444 55 45
Binary 1111101 110011 10001000 1000 111110 0 101111 100100100 101101 100101

Color Harmonies of #7D3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3388

Black with #7D3388

Text Example


Text Example

White with #7D3388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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