Html Css Color HEX #7D01DD Dark Violet

📋 copy color: '#7D01DD'

red 125 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #7D01DD

Tints of Dark Violet #7D01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 36.02%
G = 0.29%
B = 63.69%

CMYK

 C value IS 0.43

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D01DD (or 0x7D01DD) is known color: Dark Violet. HEX triplet: 7D, 01 and DD. RGB value is (125,1,221). Sum of RGB (Red+Green+Blue) = 125+1+221=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D01DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D01DD is #82FE22. Grayscale: #3E3E3E. Windows color (decimal): -8584739 or 14483837. OLE color: 14483837.

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

Color convert

RGB 125 1 221 -
CMYK 0.43 1.00 0 0.13
HSL 273.82º 0.99% 0.44% -
HSV(B) 273.82º 1% 0.87% -
XYZ 21.52 9.6 69.13 -
YUV 63.16 217.08 172.11 -
System Red Green Blue C M Y K H S L
Decimal 125 1 221 0.43 1.00 0 0.13 273.82 0.99 0.44
Hex 7D 1 DD 2B 64 0 D 112 63 2C
Octal 175 1 335 53 144 0 15 422 143 54
Binary 1111101 1 11011101 101011 1100100 0 1101 100010010 1100011 101100

Color Harmonies of #7D01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D01DD

Black with #7D01DD

Text Example


Text Example

White with #7D01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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