Html Css Color HEX #7F379B Vivid Violet

📋 copy color: '#7F379B'

red 127 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #7F379B

Tints of Vivid Violet #7F379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 37.69%
G = 16.32%
B = 45.99%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F379B (or 0x7F379B) is known color: Vivid Violet. HEX triplet: 7F, 37 and 9B. RGB value is (127,55,155). Sum of RGB (Red+Green+Blue) = 127+55+155=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F379B is #80C864. Grayscale: #575757. Windows color (decimal): -8439909 or 10172287. OLE color: 10172287.

HSL color Cylindrical-coordinate representation of color #7F379B: hue angle of 283.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F379B is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 55 155 -
CMYK 0.18 0.65 0 0.39
HSL 283.2º 0.48% 0.41% -
HSV(B) 283.2º 0.65% 0.61% -
XYZ 16.03 9.61 32.02 -
YUV 87.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 127 55 155 0.18 0.65 0 0.39 283.2 0.48 0.41
Hex 7F 37 9B 12 41 0 27 11B 30 29
Octal 177 67 233 22 101 0 47 433 60 51
Binary 1111111 110111 10011011 10010 1000001 0 100111 100011011 110000 101001

Color Harmonies of #7F379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F379B

Black with #7F379B

Text Example


Text Example

White with #7F379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,55,155); }

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

background-color css

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

 a { background-color: rgb(127,55,155); }

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

border-color css

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

 span { border-color: rgb(127,55,155); }

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