Html Css Color HEX #7F4888 Vivid Violet

📋 copy color: '#7F4888'

red 127 ◦ green 72 ◦ blue 136

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

Shades of Vivid Violet #7F4888

Tints of Vivid Violet #7F4888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 37.91%
G = 21.49%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F4888 (or 0x7F4888) is known color: Vivid Violet. HEX triplet: 7F, 48 and 88. RGB value is (127,72,136). Sum of RGB (Red+Green+Blue) = 127+72+136=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F4888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4888 is #80B777. Grayscale: #5F5F5F. Windows color (decimal): -8435576 or 8931455. OLE color: 8931455.

HSL color Cylindrical-coordinate representation of color #7F4888: hue angle of 291.56º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F4888 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 72 136 -
CMYK 0.07 0.47 0 0.47
HSL 291.56º 0.31% 0.41% -
HSV(B) 291.56º 0.47% 0.53% -
XYZ 15.51 10.92 24.58 -
YUV 95.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 127 72 136 0.07 0.47 0 0.47 291.56 0.31 0.41
Hex 7F 48 88 7 2F 0 2F 124 1F 29
Octal 177 110 210 7 57 0 57 444 37 51
Binary 1111111 1001000 10001000 111 101111 0 101111 100100100 11111 101001

Color Harmonies of #7F4888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4888

Black with #7F4888

Text Example


Text Example

White with #7F4888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,136); }

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

background-color css

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

 a { background-color: rgb(127,72,136); }

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

border-color css

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

 span { border-color: rgb(127,72,136); }

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