Html Css Color HEX #7F06BD Dark Violet

📋 copy color: '#7F06BD'

red 127 ◦ green 6 ◦ blue 189

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

Shades of Dark Violet #7F06BD

Tints of Dark Violet #7F06BD

RGB

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

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

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

R = 39.44%
G = 1.86%
B = 58.7%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F06BD (or 0x7F06BD) is known color: Dark Violet. HEX triplet: 7F, 06 and BD. RGB value is (127,6,189). Sum of RGB (Red+Green+Blue) = 127+6+189=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F06BD is #80F942. Grayscale: #3E3E3E. Windows color (decimal): -8452419 or 12387967. OLE color: 12387967.

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

Color convert

RGB 127 6 189 -
CMYK 0.33 0.97 0 0.26
HSL 279.67º 0.94% 0.38% -
HSV(B) 279.67º 0.97% 0.74% -
XYZ 18 8.32 48.8 -
YUV 63.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 127 6 189 0.33 0.97 0 0.26 279.67 0.94 0.38
Hex 7F 6 BD 21 61 0 1A 118 5E 26
Octal 177 6 275 41 141 0 32 430 136 46
Binary 1111111 110 10111101 100001 1100001 0 11010 100011000 1011110 100110

Color Harmonies of #7F06BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F06BD

Black with #7F06BD

Text Example


Text Example

White with #7F06BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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