Html Css Color HEX #7D0DDB Dark Violet

📋 copy color: '#7D0DDB'

red 125 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #7D0DDB

Tints of Dark Violet #7D0DDB

RGB

 RED value IS 125 (49.22% from 255) = 35.01%

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

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

R = 35.01%
G = 3.64%
B = 61.34%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D0DDB (or 0x7D0DDB) is known color: Dark Violet. HEX triplet: 7D, 0D and DB. RGB value is (125,13,219). Sum of RGB (Red+Green+Blue) = 125+13+219=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DDB is #82F224. Grayscale: #454545. Windows color (decimal): -8581669 or 14355837. OLE color: 14355837.

HSL color Cylindrical-coordinate representation of color #7D0DDB: hue angle of 272.62º 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 #7D0DDB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 13 219 -
CMYK 0.43 0.94 0 0.14
HSL 272.62º 0.89% 0.45% -
HSV(B) 272.62º 0.94% 0.86% -
XYZ 21.39 9.76 67.77 -
YUV 69.97 212.11 167.25 -
System Red Green Blue C M Y K H S L
Decimal 125 13 219 0.43 0.94 0 0.14 272.62 0.89 0.45
Hex 7D D DB 2B 5E 0 E 111 59 2D
Octal 175 15 333 53 136 0 16 421 131 55
Binary 1111101 1101 11011011 101011 1011110 0 1110 100010001 1011001 101101

Color Harmonies of #7D0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0DDB

Black with #7D0DDB

Text Example


Text Example

White with #7D0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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