Html Css Color HEX #7F0DDB Dark Violet

📋 copy color: '#7F0DDB'

red 127 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #7F0DDB

Tints of Dark Violet #7F0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.62%

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

R = 35.38%
G = 3.62%
B = 61%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F0DDB (or 0x7F0DDB) is known color: Dark Violet. HEX triplet: 7F, 0D and DB. RGB value is (127,13,219). Sum of RGB (Red+Green+Blue) = 127+13+219=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0DDB is #80F224. Grayscale: #454545. Windows color (decimal): -8450597 or 14355839. OLE color: 14355839.

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

Color convert

RGB 127 13 219 -
CMYK 0.42 0.94 0 0.14
HSL 273.2º 0.89% 0.45% -
HSV(B) 273.2º 0.94% 0.86% -
XYZ 21.68 9.91 67.79 -
YUV 70.57 211.77 168.25 -
System Red Green Blue C M Y K H S L
Decimal 127 13 219 0.42 0.94 0 0.14 273.2 0.89 0.45
Hex 7F D DB 2A 5E 0 E 111 59 2D
Octal 177 15 333 52 136 0 16 421 131 55
Binary 1111111 1101 11011011 101010 1011110 0 1110 100010001 1011001 101101

Color Harmonies of #7F0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0DDB

Black with #7F0DDB

Text Example


Text Example

White with #7F0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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