Html Css Color HEX #7D1D88 Vivid Violet

📋 copy color: '#7D1D88'

red 125 ◦ green 29 ◦ blue 136

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

Shades of Vivid Violet #7D1D88

Tints of Vivid Violet #7D1D88

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

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

R = 43.1%
G = 10%
B = 46.9%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D1D88 (or 0x7D1D88) is known color: Vivid Violet. HEX triplet: 7D, 1D and 88. RGB value is (125,29,136). Sum of RGB (Red+Green+Blue) = 125+29+136=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D1D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1D88 is #82E277. Grayscale: #454545. Windows color (decimal): -8577656 or 8920445. OLE color: 8920445.

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

Color convert

RGB 125 29 136 -
CMYK 0.08 0.79 0 0.47
HSL 293.83º 0.65% 0.32% -
HSV(B) 293.83º 0.79% 0.53% -
XYZ 13.34 7.02 23.94 -
YUV 69.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 125 29 136 0.08 0.79 0 0.47 293.83 0.65 0.32
Hex 7D 1D 88 8 4F 0 2F 126 41 20
Octal 175 35 210 10 117 0 57 446 101 40
Binary 1111101 11101 10001000 1000 1001111 0 101111 100100110 1000001 100000

Color Harmonies of #7D1D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1D88

Black with #7D1D88

Text Example


Text Example

White with #7D1D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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