Html Css Color HEX #7F4581 Vivid Violet

📋 copy color: '#7F4581'

red 127 ◦ green 69 ◦ blue 129

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

Shades of Vivid Violet #7F4581

Tints of Vivid Violet #7F4581

RGB

 RED value IS 127 (50% from 255) = 39.08%

 GREEN value IS 69 (27.34% from 255) = 21.23%

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 39.08%
G = 21.23%
B = 39.69%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7F4581 (or 0x7F4581) is known color: Vivid Violet. HEX triplet: 7F, 45 and 81. RGB value is (127,69,129). Sum of RGB (Red+Green+Blue) = 127+69+129=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 129 - color contains mainly: blue. Hex color #7F4581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4581 is #80BA7E. Grayscale: #5D5D5D. Windows color (decimal): -8436351 or 8471935. OLE color: 8471935.

HSL color Cylindrical-coordinate representation of color #7F4581: hue angle of 298º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F4581 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 69 129 -
CMYK 0.02 0.47 0 0.49
HSL 298º 0.3% 0.39% -
HSV(B) 298º 0.47% 0.51% -
XYZ 14.84 10.35 21.98 -
YUV 93.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 127 69 129 0.02 0.47 0 0.49 298 0.3 0.39
Hex 7F 45 81 2 2F 0 31 12A 1E 27
Octal 177 105 201 2 57 0 61 452 36 47
Binary 1111111 1000101 10000001 10 101111 0 110001 100101010 11110 100111

Color Harmonies of #7F4581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4581

Black with #7F4581

Text Example


Text Example

White with #7F4581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,69,129); }

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

background-color css

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

 a { background-color: rgb(127,69,129); }

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

border-color css

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

 span { border-color: rgb(127,69,129); }

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