Html Css Color HEX #7D1F87 Vivid Violet

📋 copy color: '#7D1F87'

red 125 ◦ green 31 ◦ blue 135

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

Shades of Vivid Violet #7D1F87

Tints of Vivid Violet #7D1F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 42.96%
G = 10.65%
B = 46.39%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D1F87 (or 0x7D1F87) is known color: Vivid Violet. HEX triplet: 7D, 1F and 87. RGB value is (125,31,135). Sum of RGB (Red+Green+Blue) = 125+31+135=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D1F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1F87 is #82E078. Grayscale: #464646. Windows color (decimal): -8577145 or 8855421. OLE color: 8855421.

HSL color Cylindrical-coordinate representation of color #7D1F87: hue angle of 294.23º 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 #7D1F87 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 31 135 -
CMYK 0.07 0.77 0 0.47
HSL 294.23º 0.63% 0.33% -
HSV(B) 294.23º 0.77% 0.53% -
XYZ 13.32 7.09 23.59 -
YUV 70.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 125 31 135 0.07 0.77 0 0.47 294.23 0.63 0.33
Hex 7D 1F 87 7 4D 0 2F 126 3F 21
Octal 175 37 207 7 115 0 57 446 77 41
Binary 1111101 11111 10000111 111 1001101 0 101111 100100110 111111 100001

Color Harmonies of #7D1F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1F87

Black with #7D1F87

Text Example


Text Example

White with #7D1F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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