Html Css Color HEX #7D13DF Blue Violet

📋 copy color: '#7D13DF'

red 125 ◦ green 19 ◦ blue 223

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

Shades of Blue Violet #7D13DF

Tints of Blue Violet #7D13DF

RGB

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

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

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

R = 34.06%
G = 5.18%
B = 60.76%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D13DF (or 0x7D13DF) is known color: Blue Violet. HEX triplet: 7D, 13 and DF. RGB value is (125,19,223). Sum of RGB (Red+Green+Blue) = 125+19+223=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D13DF is #82EC20. Grayscale: #494949. Windows color (decimal): -8580129 or 14619517. OLE color: 14619517.

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

Color convert

RGB 125 19 223 -
CMYK 0.44 0.91 0 0.13
HSL 271.18º 0.84% 0.47% -
HSV(B) 271.18º 0.91% 0.87% -
XYZ 22.01 10.15 70.61 -
YUV 73.95 212.12 164.41 -
System Red Green Blue C M Y K H S L
Decimal 125 19 223 0.44 0.91 0 0.13 271.18 0.84 0.47
Hex 7D 13 DF 2C 5B 0 D 10F 54 2F
Octal 175 23 337 54 133 0 15 417 124 57
Binary 1111101 10011 11011111 101100 1011011 0 1101 100001111 1010100 101111

Color Harmonies of #7D13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D13DF

Black with #7D13DF

Text Example


Text Example

White with #7D13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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