Html Css Color HEX #7F0FDB Dark Violet

📋 copy color: '#7F0FDB'

red 127 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #7F0FDB

Tints of Dark Violet #7F0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 35.18%
G = 4.16%
B = 60.66%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F0FDB (or 0x7F0FDB) is known color: Dark Violet. HEX triplet: 7F, 0F and DB. RGB value is (127,15,219). Sum of RGB (Red+Green+Blue) = 127+15+219=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0FDB is #80F024. Grayscale: #474747. Windows color (decimal): -8450085 or 14356351. OLE color: 14356351.

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

Color convert

RGB 127 15 219 -
CMYK 0.42 0.93 0 0.14
HSL 272.94º 0.87% 0.46% -
HSV(B) 272.94º 0.93% 0.86% -
XYZ 21.71 9.97 67.8 -
YUV 71.74 211.11 167.41 -
System Red Green Blue C M Y K H S L
Decimal 127 15 219 0.42 0.93 0 0.14 272.94 0.87 0.46
Hex 7F F DB 2A 5D 0 E 111 57 2E
Octal 177 17 333 52 135 0 16 421 127 56
Binary 1111111 1111 11011011 101010 1011101 0 1110 100010001 1010111 101110

Color Harmonies of #7F0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0FDB

Black with #7F0FDB

Text Example


Text Example

White with #7F0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,15,219); }

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

background-color css

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

 a { background-color: rgb(127,15,219); }

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

border-color css

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

 span { border-color: rgb(127,15,219); }

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