Html Css Color HEX #7D0FCD Dark Violet

📋 copy color: '#7D0FCD'

red 125 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #7D0FCD

Tints of Dark Violet #7D0FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 36.23%
G = 4.35%
B = 59.42%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D0FCD (or 0x7D0FCD) is known color: Dark Violet. HEX triplet: 7D, 0F and CD. RGB value is (125,15,205). Sum of RGB (Red+Green+Blue) = 125+15+205=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D0FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0FCD is #82F032. Grayscale: #444444. Windows color (decimal): -8581171 or 13438845. OLE color: 13438845.

HSL color Cylindrical-coordinate representation of color #7D0FCD: hue angle of 274.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0FCD is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 15 205 -
CMYK 0.39 0.93 0 0.20
HSL 274.74º 0.86% 0.43% -
HSV(B) 274.74º 0.93% 0.8% -
XYZ 19.65 9.11 58.48 -
YUV 69.55 204.44 167.55 -
System Red Green Blue C M Y K H S L
Decimal 125 15 205 0.39 0.93 0 0.20 274.74 0.86 0.43
Hex 7D F CD 27 5D 0 14 113 56 2B
Octal 175 17 315 47 135 0 24 423 126 53
Binary 1111101 1111 11001101 100111 1011101 0 10100 100010011 1010110 101011

Color Harmonies of #7D0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0FCD

Black with #7D0FCD

Text Example


Text Example

White with #7D0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,15,205); }

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

background-color css

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

 a { background-color: rgb(125,15,205); }

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

border-color css

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

 span { border-color: rgb(125,15,205); }

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