Html Css Color HEX #7D13BE Dark Violet

📋 copy color: '#7D13BE'

red 125 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #7D13BE

Tints of Dark Violet #7D13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 37.43%
G = 5.69%
B = 56.89%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D13BE (or 0x7D13BE) is known color: Dark Violet. HEX triplet: 7D, 13 and BE. RGB value is (125,19,190). Sum of RGB (Red+Green+Blue) = 125+19+190=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D13BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D13BE is #82EC41. Grayscale: #454545. Windows color (decimal): -8580162 or 12456829. OLE color: 12456829.

HSL color Cylindrical-coordinate representation of color #7D13BE: hue angle of 277.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D13BE is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 19 190 -
CMYK 0.34 0.90 0 0.25
HSL 277.19º 0.82% 0.41% -
HSV(B) 277.19º 0.9% 0.75% -
XYZ 17.98 8.54 49.42 -
YUV 70.19 195.62 167.1 -
System Red Green Blue C M Y K H S L
Decimal 125 19 190 0.34 0.90 0 0.25 277.19 0.82 0.41
Hex 7D 13 BE 22 5A 0 19 115 52 29
Octal 175 23 276 42 132 0 31 425 122 51
Binary 1111101 10011 10111110 100010 1011010 0 11001 100010101 1010010 101001

Color Harmonies of #7D13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D13BE

Black with #7D13BE

Text Example


Text Example

White with #7D13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,19,190); }

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

background-color css

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

 a { background-color: rgb(125,19,190); }

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

border-color css

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

 span { border-color: rgb(125,19,190); }

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