Html Css Color HEX #7F04DC Dark Violet

📋 copy color: '#7F04DC'

red 127 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #7F04DC

Tints of Dark Violet #7F04DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 36.18%
G = 1.14%
B = 62.68%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F04DC (or 0x7F04DC) is known color: Dark Violet. HEX triplet: 7F, 04 and DC. RGB value is (127,4,220). Sum of RGB (Red+Green+Blue) = 127+4+220=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F04DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F04DC is #80FB23. Grayscale: #404040. Windows color (decimal): -8452900 or 14419071. OLE color: 14419071.

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

Color convert

RGB 127 4 220 -
CMYK 0.42 0.98 0 0.14
HSL 274.17º 0.96% 0.44% -
HSV(B) 274.17º 0.98% 0.86% -
XYZ 21.71 9.77 68.45 -
YUV 65.4 215.25 171.94 -
System Red Green Blue C M Y K H S L
Decimal 127 4 220 0.42 0.98 0 0.14 274.17 0.96 0.44
Hex 7F 4 DC 2A 62 0 E 112 60 2C
Octal 177 4 334 52 142 0 16 422 140 54
Binary 1111111 100 11011100 101010 1100010 0 1110 100010010 1100000 101100

Color Harmonies of #7F04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F04DC

Black with #7F04DC

Text Example


Text Example

White with #7F04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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