Html Css Color HEX #7F388F Vivid Violet

📋 copy color: '#7F388F'

red 127 ◦ green 56 ◦ blue 143

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

Shades of Vivid Violet #7F388F

Tints of Vivid Violet #7F388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 38.96%
G = 17.18%
B = 43.87%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F388F (or 0x7F388F) is known color: Vivid Violet. HEX triplet: 7F, 38 and 8F. RGB value is (127,56,143). Sum of RGB (Red+Green+Blue) = 127+56+143=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F388F is #80C770. Grayscale: #565656. Windows color (decimal): -8439665 or 9386111. OLE color: 9386111.

HSL color Cylindrical-coordinate representation of color #7F388F: hue angle of 288.97º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F388F is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 56 143 -
CMYK 0.11 0.61 0 0.44
HSL 288.97º 0.44% 0.39% -
HSV(B) 288.97º 0.61% 0.56% -
XYZ 15.12 9.32 26.99 -
YUV 87.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 127 56 143 0.11 0.61 0 0.44 288.97 0.44 0.39
Hex 7F 38 8F B 3D 0 2C 121 2C 27
Octal 177 70 217 13 75 0 54 441 54 47
Binary 1111111 111000 10001111 1011 111101 0 101100 100100001 101100 100111

Color Harmonies of #7F388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F388F

Black with #7F388F

Text Example


Text Example

White with #7F388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,56,143); }

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

background-color css

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

 a { background-color: rgb(127,56,143); }

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

border-color css

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

 span { border-color: rgb(127,56,143); }

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