Html Css Color HEX #7F488B Vivid Violet

📋 copy color: '#7F488B'

red 127 ◦ green 72 ◦ blue 139

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

Shades of Vivid Violet #7F488B

Tints of Vivid Violet #7F488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 37.57%
G = 21.3%
B = 41.12%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F488B (or 0x7F488B) is known color: Vivid Violet. HEX triplet: 7F, 48 and 8B. RGB value is (127,72,139). Sum of RGB (Red+Green+Blue) = 127+72+139=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F488B is #80B774. Grayscale: #5F5F5F. Windows color (decimal): -8435573 or 9128063. OLE color: 9128063.

HSL color Cylindrical-coordinate representation of color #7F488B: hue angle of 289.25º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F488B is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 72 139 -
CMYK 0.09 0.48 0 0.45
HSL 289.25º 0.32% 0.41% -
HSV(B) 289.25º 0.48% 0.55% -
XYZ 15.73 11.01 25.72 -
YUV 96.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 127 72 139 0.09 0.48 0 0.45 289.25 0.32 0.41
Hex 7F 48 8B 9 30 0 2D 121 20 29
Octal 177 110 213 11 60 0 55 441 40 51
Binary 1111111 1001000 10001011 1001 110000 0 101101 100100001 100000 101001

Color Harmonies of #7F488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F488B

Black with #7F488B

Text Example


Text Example

White with #7F488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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