Html Css Color HEX #7F06BC Dark Violet

📋 copy color: '#7F06BC'

red 127 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #7F06BC

Tints of Dark Violet #7F06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.87%

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

R = 39.56%
G = 1.87%
B = 58.57%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F06BC (or 0x7F06BC) is known color: Dark Violet. HEX triplet: 7F, 06 and BC. RGB value is (127,6,188). Sum of RGB (Red+Green+Blue) = 127+6+188=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F06BC is #80F943. Grayscale: #3E3E3E. Windows color (decimal): -8452420 or 12322431. OLE color: 12322431.

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

Color convert

RGB 127 6 188 -
CMYK 0.32 0.97 0 0.26
HSL 279.89º 0.94% 0.38% -
HSV(B) 279.89º 0.97% 0.74% -
XYZ 17.89 8.27 48.23 -
YUV 62.93 198.59 173.7 -
System Red Green Blue C M Y K H S L
Decimal 127 6 188 0.32 0.97 0 0.26 279.89 0.94 0.38
Hex 7F 6 BC 20 61 0 1A 118 5E 26
Octal 177 6 274 40 141 0 32 430 136 46
Binary 1111111 110 10111100 100000 1100001 0 11010 100011000 1011110 100110

Color Harmonies of #7F06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F06BC

Black with #7F06BC

Text Example


Text Example

White with #7F06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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