Html Css Color HEX #7F3AF7 Blue Violet

📋 copy color: '#7F3AF7'

red 127 ◦ green 58 ◦ blue 247

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

Shades of Blue Violet #7F3AF7

Tints of Blue Violet #7F3AF7

RGB

 RED value IS 127 (50% from 255) = 29.4%

 GREEN value IS 58 (23.05% from 255) = 13.43%

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

R = 29.4%
G = 13.43%
B = 57.18%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7F3AF7 (or 0x7F3AF7) is known color: Blue Violet. HEX triplet: 7F, 3A and F7. RGB value is (127,58,247). Sum of RGB (Red+Green+Blue) = 127+58+247=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #7F3AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3AF7 is #80C508. Grayscale: #636363. Windows color (decimal): -8439049 or 16202367. OLE color: 16202367.

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

Color convert

RGB 127 58 247 -
CMYK 0.49 0.77 0 0.03
HSL 261.9º 0.92% 0.6% -
HSV(B) 261.9º 0.77% 0.97% -
XYZ 27.05 14.25 89.32 -
YUV 100.18 210.86 147.13 -
System Red Green Blue C M Y K H S L
Decimal 127 58 247 0.49 0.77 0 0.03 261.9 0.92 0.6
Hex 7F 3A F7 31 4D 0 3 106 5C 3C
Octal 177 72 367 61 115 0 3 406 134 74
Binary 1111111 111010 11110111 110001 1001101 0 11 100000110 1011100 111100

Color Harmonies of #7F3AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3AF7

Black with #7F3AF7

Text Example


Text Example

White with #7F3AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,58,247); }

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

background-color css

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

 a { background-color: rgb(127,58,247); }

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

border-color css

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

 span { border-color: rgb(127,58,247); }

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