Html Css Color HEX #7D1FF7 Blue Violet

📋 copy color: '#7D1FF7'

red 125 ◦ green 31 ◦ blue 247

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

Shades of Blue Violet #7D1FF7

Tints of Blue Violet #7D1FF7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.69%

 BLUE value IS 247 (96.88% from 255) = 61.29%

R = 31.02%
G = 7.69%
B = 61.29%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7D1FF7 (or 0x7D1FF7) is known color: Blue Violet. HEX triplet: 7D, 1F and F7. RGB value is (125,31,247). Sum of RGB (Red+Green+Blue) = 125+31+247=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 247 (96.88% from 255 or 61.29% from 403); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D1FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1FF7 is #82E008. Grayscale: #525252. Windows color (decimal): -8577033 or 16195453. OLE color: 16195453.

HSL color Cylindrical-coordinate representation of color #7D1FF7: hue angle of 266.11º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1FF7 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 31 247 -
CMYK 0.49 0.87 0 0.03
HSL 266.11º 0.93% 0.55% -
HSV(B) 266.11º 0.87% 0.97% -
XYZ 25.74 12.06 88.97 -
YUV 83.73 220.14 157.44 -
System Red Green Blue C M Y K H S L
Decimal 125 31 247 0.49 0.87 0 0.03 266.11 0.93 0.55
Hex 7D 1F F7 31 57 0 3 10A 5D 37
Octal 175 37 367 61 127 0 3 412 135 67
Binary 1111101 11111 11110111 110001 1010111 0 11 100001010 1011101 110111

Color Harmonies of #7D1FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1FF7

Black with #7D1FF7

Text Example


Text Example

White with #7D1FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,31,247); }

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

background-color css

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

 a { background-color: rgb(125,31,247); }

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

border-color css

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

 span { border-color: rgb(125,31,247); }

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