Html Css Color HEX #7D0BDB Dark Violet

📋 copy color: '#7D0BDB'

red 125 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #7D0BDB

Tints of Dark Violet #7D0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.1%

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

R = 35.21%
G = 3.1%
B = 61.69%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D0BDB (or 0x7D0BDB) is known color: Dark Violet. HEX triplet: 7D, 0B and DB. RGB value is (125,11,219). Sum of RGB (Red+Green+Blue) = 125+11+219=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D0BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BDB is #82F424. Grayscale: #444444. Windows color (decimal): -8582181 or 14355325. OLE color: 14355325.

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

Color convert

RGB 125 11 219 -
CMYK 0.43 0.95 0 0.14
HSL 272.88º 0.9% 0.45% -
HSV(B) 272.88º 0.95% 0.86% -
XYZ 21.36 9.71 67.77 -
YUV 68.8 212.77 168.09 -
System Red Green Blue C M Y K H S L
Decimal 125 11 219 0.43 0.95 0 0.14 272.88 0.9 0.45
Hex 7D B DB 2B 5F 0 E 111 5A 2D
Octal 175 13 333 53 137 0 16 421 132 55
Binary 1111101 1011 11011011 101011 1011111 0 1110 100010001 1011010 101101

Color Harmonies of #7D0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0BDB

Black with #7D0BDB

Text Example


Text Example

White with #7D0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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