Html Css Color HEX #7D1AFC Blue Violet

📋 copy color: '#7D1AFC'

red 125 ◦ green 26 ◦ blue 252

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

Shades of Blue Violet #7D1AFC

Tints of Blue Violet #7D1AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.45%

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

R = 31.02%
G = 6.45%
B = 62.53%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D1AFC (or 0x7D1AFC) is known color: Blue Violet. HEX triplet: 7D, 1A and FC. RGB value is (125,26,252). Sum of RGB (Red+Green+Blue) = 125+26+252=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D1AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1AFC is #82E503. Grayscale: #505050. Windows color (decimal): -8578308 or 16521853. OLE color: 16521853.

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

Color convert

RGB 125 26 252 -
CMYK 0.50 0.90 0 0.01
HSL 266.28º 0.97% 0.55% -
HSV(B) 266.28º 0.9% 0.99% -
XYZ 26.4 12.13 93.04 -
YUV 81.37 224.3 159.12 -
System Red Green Blue C M Y K H S L
Decimal 125 26 252 0.50 0.90 0 0.01 266.28 0.97 0.55
Hex 7D 1A FC 32 5A 0 1 10A 61 37
Octal 175 32 374 62 132 0 1 412 141 67
Binary 1111101 11010 11111100 110010 1011010 0 1 100001010 1100001 110111

Color Harmonies of #7D1AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1AFC

Black with #7D1AFC

Text Example


Text Example

White with #7D1AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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