Html Css Color HEX #7F16BC Dark Violet

📋 copy color: '#7F16BC'

red 127 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #7F16BC

Tints of Dark Violet #7F16BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.79%

R = 37.69%
G = 6.53%
B = 55.79%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F16BC (or 0x7F16BC) is known color: Dark Violet. HEX triplet: 7F, 16 and BC. RGB value is (127,22,188). Sum of RGB (Red+Green+Blue) = 127+22+188=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16BC is #80E943. Grayscale: #474747. Windows color (decimal): -8448324 or 12326527. OLE color: 12326527.

HSL color Cylindrical-coordinate representation of color #7F16BC: hue angle of 277.95º 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 #7F16BC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 22 188 -
CMYK 0.32 0.88 0 0.26
HSL 277.95º 0.79% 0.41% -
HSV(B) 277.95º 0.88% 0.74% -
XYZ 18.12 8.72 48.3 -
YUV 72.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 127 22 188 0.32 0.88 0 0.26 277.95 0.79 0.41
Hex 7F 16 BC 20 58 0 1A 116 4F 29
Octal 177 26 274 40 130 0 32 426 117 51
Binary 1111111 10110 10111100 100000 1011000 0 11010 100010110 1001111 101001

Color Harmonies of #7F16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F16BC

Black with #7F16BC

Text Example


Text Example

White with #7F16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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