Html Css Color HEX #7F06CC Dark Violet

📋 copy color: '#7F06CC'

red 127 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #7F06CC

Tints of Dark Violet #7F06CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 37.69%
G = 1.78%
B = 60.53%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F06CC (or 0x7F06CC) is known color: Dark Violet. HEX triplet: 7F, 06 and CC. RGB value is (127,6,204). Sum of RGB (Red+Green+Blue) = 127+6+204=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F06CC is #80F933. Grayscale: #404040. Windows color (decimal): -8452404 or 13371007. OLE color: 13371007.

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

Color convert

RGB 127 6 204 -
CMYK 0.38 0.97 0 0.2
HSL 276.67º 0.94% 0.41% -
HSV(B) 276.67º 0.97% 0.8% -
XYZ 19.72 9 57.83 -
YUV 64.75 206.59 172.4 -
System Red Green Blue C M Y K H S L
Decimal 127 6 204 0.38 0.97 0 0.2 276.67 0.94 0.41
Hex 7F 6 CC 26 61 0 14 115 5E 29
Octal 177 6 314 46 141 0 24 425 136 51
Binary 1111111 110 11001100 100110 1100001 0 10100 100010101 1011110 101001

Color Harmonies of #7F06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F06CC

Black with #7F06CC

Text Example


Text Example

White with #7F06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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