Html Css Color HEX #7D1F88 Vivid Violet

📋 copy color: '#7D1F88'

red 125 ◦ green 31 ◦ blue 136

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

Shades of Vivid Violet #7D1F88

Tints of Vivid Violet #7D1F88

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

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

R = 42.81%
G = 10.62%
B = 46.58%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D1F88 (or 0x7D1F88) is known color: Vivid Violet. HEX triplet: 7D, 1F and 88. RGB value is (125,31,136). Sum of RGB (Red+Green+Blue) = 125+31+136=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D1F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1F88 is #82E077. Grayscale: #464646. Windows color (decimal): -8577144 or 8920957. OLE color: 8920957.

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

Color convert

RGB 125 31 136 -
CMYK 0.08 0.77 0 0.47
HSL 293.71º 0.63% 0.33% -
HSV(B) 293.71º 0.77% 0.53% -
XYZ 13.39 7.12 23.96 -
YUV 71.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 125 31 136 0.08 0.77 0 0.47 293.71 0.63 0.33
Hex 7D 1F 88 8 4D 0 2F 126 3F 21
Octal 175 37 210 10 115 0 57 446 77 41
Binary 1111101 11111 10001000 1000 1001101 0 101111 100100110 111111 100001

Color Harmonies of #7D1F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1F88

Black with #7D1F88

Text Example


Text Example

White with #7D1F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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