Html Css Color HEX #7F10BC Dark Violet

📋 copy color: '#7F10BC'

red 127 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #7F10BC

Tints of Dark Violet #7F10BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

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

R = 38.37%
G = 4.83%
B = 56.8%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F10BC (or 0x7F10BC) is known color: Dark Violet. HEX triplet: 7F, 10 and BC. RGB value is (127,16,188). Sum of RGB (Red+Green+Blue) = 127+16+188=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F10BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F10BC is #80EF43. Grayscale: #444444. Windows color (decimal): -8449860 or 12324991. OLE color: 12324991.

HSL color Cylindrical-coordinate representation of color #7F10BC: hue angle of 278.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F10BC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 16 188 -
CMYK 0.32 0.91 0 0.26
HSL 278.72º 0.84% 0.4% -
HSV(B) 278.72º 0.91% 0.74% -
XYZ 18.01 8.51 48.27 -
YUV 68.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 127 16 188 0.32 0.91 0 0.26 278.72 0.84 0.4
Hex 7F 10 BC 20 5B 0 1A 117 54 28
Octal 177 20 274 40 133 0 32 427 124 50
Binary 1111111 10000 10111100 100000 1011011 0 11010 100010111 1010100 101000

Color Harmonies of #7F10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F10BC

Black with #7F10BC

Text Example


Text Example

White with #7F10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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