Html Css Color HEX #7D1DFC Blue Violet

📋 copy color: '#7D1DFC'

red 125 ◦ green 29 ◦ blue 252

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

Shades of Blue Violet #7D1DFC

Tints of Blue Violet #7D1DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 30.79%
G = 7.14%
B = 62.07%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D1DFC (or 0x7D1DFC) is known color: Blue Violet. HEX triplet: 7D, 1D and FC. RGB value is (125,29,252). Sum of RGB (Red+Green+Blue) = 125+29+252=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D1DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1DFC is #82E203. Grayscale: #525252. Windows color (decimal): -8577540 or 16522621. OLE color: 16522621.

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

Color convert

RGB 125 29 252 -
CMYK 0.50 0.88 0 0.01
HSL 265.83º 0.97% 0.55% -
HSV(B) 265.83º 0.88% 0.99% -
XYZ 26.47 12.27 93.07 -
YUV 83.13 223.3 157.87 -
System Red Green Blue C M Y K H S L
Decimal 125 29 252 0.50 0.88 0 0.01 265.83 0.97 0.55
Hex 7D 1D FC 32 58 0 1 10A 61 37
Octal 175 35 374 62 130 0 1 412 141 67
Binary 1111101 11101 11111100 110010 1011000 0 1 100001010 1100001 110111

Color Harmonies of #7D1DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1DFC

Black with #7D1DFC

Text Example


Text Example

White with #7D1DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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