Html Css Color HEX #7D0DE1 Blue Violet

📋 copy color: '#7D0DE1'

red 125 ◦ green 13 ◦ blue 225

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

Shades of Blue Violet #7D0DE1

Tints of Blue Violet #7D0DE1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

 BLUE value IS 225 (88.28% from 255) = 61.98%

R = 34.44%
G = 3.58%
B = 61.98%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7D0DE1 (or 0x7D0DE1) is known color: Blue Violet. HEX triplet: 7D, 0D and E1. RGB value is (125,13,225). Sum of RGB (Red+Green+Blue) = 125+13+225=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 225 (88.28% from 255 or 61.98% from 363); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D0DE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DE1 is #82F21E. Grayscale: #454545. Windows color (decimal): -8581663 or 14749053. OLE color: 14749053.

HSL color Cylindrical-coordinate representation of color #7D0DE1: hue angle of 271.7º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0DE1 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 13 225 -
CMYK 0.44 0.94 0 0.12
HSL 271.7º 0.89% 0.47% -
HSV(B) 271.7º 0.94% 0.88% -
XYZ 22.19 10.08 72.01 -
YUV 70.66 215.11 166.76 -
System Red Green Blue C M Y K H S L
Decimal 125 13 225 0.44 0.94 0 0.12 271.7 0.89 0.47
Hex 7D D E1 2C 5E 0 C 110 59 2F
Octal 175 15 341 54 136 0 14 420 131 57
Binary 1111101 1101 11100001 101100 1011110 0 1100 100010000 1011001 101111

Color Harmonies of #7D0DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0DE1

Black with #7D0DE1

Text Example


Text Example

White with #7D0DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,13,225); }

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

background-color css

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

 a { background-color: rgb(125,13,225); }

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

border-color css

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

 span { border-color: rgb(125,13,225); }

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