Html Css Color HEX #7D0CDD Dark Violet

📋 copy color: '#7D0CDD'

red 125 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #7D0CDD

Tints of Dark Violet #7D0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 34.92%
G = 3.35%
B = 61.73%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D0CDD (or 0x7D0CDD) is known color: Dark Violet. HEX triplet: 7D, 0C and DD. RGB value is (125,12,221). Sum of RGB (Red+Green+Blue) = 125+12+221=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0CDD is #82F322. Grayscale: #444444. Windows color (decimal): -8581923 or 14486653. OLE color: 14486653.

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

Color convert

RGB 125 12 221 -
CMYK 0.43 0.95 0 0.13
HSL 272.44º 0.9% 0.46% -
HSV(B) 272.44º 0.95% 0.87% -
XYZ 21.64 9.84 69.17 -
YUV 69.61 213.44 167.51 -
System Red Green Blue C M Y K H S L
Decimal 125 12 221 0.43 0.95 0 0.13 272.44 0.9 0.46
Hex 7D C DD 2B 5F 0 D 110 5A 2E
Octal 175 14 335 53 137 0 15 420 132 56
Binary 1111101 1100 11011101 101011 1011111 0 1101 100010000 1011010 101110

Color Harmonies of #7D0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0CDD

Black with #7D0CDD

Text Example


Text Example

White with #7D0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,12,221); }

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

background-color css

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

 a { background-color: rgb(125,12,221); }

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

border-color css

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

 span { border-color: rgb(125,12,221); }

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