Html Css Color HEX #7F369B Vivid Violet

📋 copy color: '#7F369B'

red 127 ◦ green 54 ◦ blue 155

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

Shades of Vivid Violet #7F369B

Tints of Vivid Violet #7F369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 37.8%
G = 16.07%
B = 46.13%

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

#7F369B (or 0x7F369B) is known color: Vivid Violet. HEX triplet: 7F, 36 and 9B. RGB value is (127,54,155). Sum of RGB (Red+Green+Blue) = 127+54+155=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F369B is #80C964. Grayscale: #575757. Windows color (decimal): -8440165 or 10172031. OLE color: 10172031.

HSL color Cylindrical-coordinate representation of color #7F369B: hue angle of 283.37º 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 #7F369B is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 54 155 -
CMYK 0.18 0.65 0 0.39
HSL 283.37º 0.48% 0.41% -
HSV(B) 283.37º 0.65% 0.61% -
XYZ 15.99 9.52 32 -
YUV 87.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 127 54 155 0.18 0.65 0 0.39 283.37 0.48 0.41
Hex 7F 36 9B 12 41 0 27 11B 30 29
Octal 177 66 233 22 101 0 47 433 60 51
Binary 1111111 110110 10011011 10010 1000001 0 100111 100011011 110000 101001

Color Harmonies of #7F369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F369B

Black with #7F369B

Text Example


Text Example

White with #7F369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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