Html Css Color HEX #7A1FF7 Blue Violet

📋 copy color: '#7A1FF7'

red 122 ◦ green 31 ◦ blue 247

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

Shades of Blue Violet #7A1FF7

Tints of Blue Violet #7A1FF7

RGB

 RED value IS 122 (48.05% from 255) = 30.5%

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

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

R = 30.5%
G = 7.75%
B = 61.75%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7A1FF7 (or 0x7A1FF7) is known color: Blue Violet. HEX triplet: 7A, 1F and F7. RGB value is (122,31,247). Sum of RGB (Red+Green+Blue) = 122+31+247=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 247 (96.88% from 255 or 61.75% from 400); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A1FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1FF7 is #85E008. Grayscale: #525252. Windows color (decimal): -8773641 or 16195450. OLE color: 16195450.

HSL color Cylindrical-coordinate representation of color #7A1FF7: hue angle of 265.28º 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 #7A1FF7 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 31 247 -
CMYK 0.51 0.87 0 0.03
HSL 265.28º 0.93% 0.55% -
HSV(B) 265.28º 0.87% 0.97% -
XYZ 25.3 11.83 88.95 -
YUV 82.83 220.65 155.94 -
System Red Green Blue C M Y K H S L
Decimal 122 31 247 0.51 0.87 0 0.03 265.28 0.93 0.55
Hex 7A 1F F7 33 57 0 3 109 5D 37
Octal 172 37 367 63 127 0 3 411 135 67
Binary 1111010 11111 11110111 110011 1010111 0 11 100001001 1011101 110111

Color Harmonies of #7A1FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1FF7

Black with #7A1FF7

Text Example


Text Example

White with #7A1FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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