Html Css Color HEX #7F16BD Dark Violet

📋 copy color: '#7F16BD'

red 127 ◦ green 22 ◦ blue 189

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

Shades of Dark Violet #7F16BD

Tints of Dark Violet #7F16BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.51%

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 37.57%
G = 6.51%
B = 55.92%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F16BD (or 0x7F16BD) is known color: Dark Violet. HEX triplet: 7F, 16 and BD. RGB value is (127,22,189). Sum of RGB (Red+Green+Blue) = 127+22+189=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F16BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16BD is #80E942. Grayscale: #474747. Windows color (decimal): -8448323 or 12392063. OLE color: 12392063.

HSL color Cylindrical-coordinate representation of color #7F16BD: hue angle of 277.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F16BD is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 22 189 -
CMYK 0.33 0.88 0 0.26
HSL 277.72º 0.79% 0.41% -
HSV(B) 277.72º 0.88% 0.74% -
XYZ 18.22 8.76 48.87 -
YUV 72.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 127 22 189 0.33 0.88 0 0.26 277.72 0.79 0.41
Hex 7F 16 BD 21 58 0 1A 116 4F 29
Octal 177 26 275 41 130 0 32 426 117 51
Binary 1111111 10110 10111101 100001 1011000 0 11010 100010110 1001111 101001

Color Harmonies of #7F16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F16BD

Black with #7F16BD

Text Example


Text Example

White with #7F16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,22,189); }

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

background-color css

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

 a { background-color: rgb(127,22,189); }

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

border-color css

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

 span { border-color: rgb(127,22,189); }

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