Html Css Color HEX #7F07DC Dark Violet

📋 copy color: '#7F07DC'

red 127 ◦ green 7 ◦ blue 220

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

Shades of Dark Violet #7F07DC

Tints of Dark Violet #7F07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 35.88%
G = 1.98%
B = 62.15%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F07DC (or 0x7F07DC) is known color: Dark Violet. HEX triplet: 7F, 07 and DC. RGB value is (127,7,220). Sum of RGB (Red+Green+Blue) = 127+7+220=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F07DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07DC is #80F823. Grayscale: #424242. Windows color (decimal): -8452132 or 14419839. OLE color: 14419839.

HSL color Cylindrical-coordinate representation of color #7F07DC: hue angle of 273.8º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F07DC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 7 220 -
CMYK 0.42 0.97 0 0.14
HSL 273.8º 0.94% 0.45% -
HSV(B) 273.8º 0.97% 0.86% -
XYZ 21.75 9.83 68.46 -
YUV 67.16 214.26 170.68 -
System Red Green Blue C M Y K H S L
Decimal 127 7 220 0.42 0.97 0 0.14 273.8 0.94 0.45
Hex 7F 7 DC 2A 61 0 E 112 5E 2D
Octal 177 7 334 52 141 0 16 422 136 55
Binary 1111111 111 11011100 101010 1100001 0 1110 100010010 1011110 101101

Color Harmonies of #7F07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F07DC

Black with #7F07DC

Text Example


Text Example

White with #7F07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,7,220); }

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

background-color css

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

 a { background-color: rgb(127,7,220); }

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

border-color css

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

 span { border-color: rgb(127,7,220); }

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