Html Css Color HEX #7D1DFD Blue Violet

📋 copy color: '#7D1DFD'

red 125 ◦ green 29 ◦ blue 253

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

Shades of Blue Violet #7D1DFD

Tints of Blue Violet #7D1DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

 BLUE value IS 253 (99.22% from 255) = 62.16%

R = 30.71%
G = 7.13%
B = 62.16%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D1DFD (or 0x7D1DFD) is known color: Blue Violet. HEX triplet: 7D, 1D and FD. RGB value is (125,29,253). Sum of RGB (Red+Green+Blue) = 125+29+253=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D1DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1DFD is #82E202. Grayscale: #525252. Windows color (decimal): -8577539 or 16588157. OLE color: 16588157.

HSL color Cylindrical-coordinate representation of color #7D1DFD: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1DFD is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 29 253 -
CMYK 0.51 0.89 0 0.01
HSL 265.71º 0.98% 0.55% -
HSV(B) 265.71º 0.89% 0.99% -
XYZ 26.63 12.33 93.91 -
YUV 83.24 223.8 157.79 -
System Red Green Blue C M Y K H S L
Decimal 125 29 253 0.51 0.89 0 0.01 265.71 0.98 0.55
Hex 7D 1D FD 33 59 0 1 10A 62 37
Octal 175 35 375 63 131 0 1 412 142 67
Binary 1111101 11101 11111101 110011 1011001 0 1 100001010 1100010 110111

Color Harmonies of #7D1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1DFD

Black with #7D1DFD

Text Example


Text Example

White with #7D1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,29,253); }

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

background-color css

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

 a { background-color: rgb(125,29,253); }

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

border-color css

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

 span { border-color: rgb(125,29,253); }

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