Html Css Color HEX #7D00DF Dark Violet

📋 copy color: '#7D00DF'

red 125 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #7D00DF

Tints of Dark Violet #7D00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 35.92%
G = 0%
B = 64.08%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D00DF (or 0x7D00DF) is known color: Dark Violet. HEX triplet: 7D, 00 and DF. RGB value is (125,0,223). Sum of RGB (Red+Green+Blue) = 125+0+223=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D00DF is #82FF20. Grayscale: #3E3E3E. Windows color (decimal): -8584993 or 14614653. OLE color: 14614653.

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

Color convert

RGB 125 0 223 -
CMYK 0.44 1 0 0.13
HSL 273.63º 1% 0.44% -
HSV(B) 273.63º 1% 0.87% -
XYZ 21.78 9.69 70.53 -
YUV 62.8 218.41 172.37 -
System Red Green Blue C M Y K H S L
Decimal 125 0 223 0.44 1 0 0.13 273.63 1 0.44
Hex 7D 0 DF 2C 64 0 D 112 64 2C
Octal 175 0 337 54 144 0 15 422 144 54
Binary 1111101 0 11011111 101100 1100100 0 1101 100010010 1100100 101100

Color Harmonies of #7D00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D00DF

Black with #7D00DF

Text Example


Text Example

White with #7D00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,223); }

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

background-color css

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

 a { background-color: rgb(125,0,223); }

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

border-color css

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

 span { border-color: rgb(125,0,223); }

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