Html Css Color HEX #7F1AFE Blue Violet

📋 copy color: '#7F1AFE'

red 127 ◦ green 26 ◦ blue 254

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

Shades of Blue Violet #7F1AFE

Tints of Blue Violet #7F1AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.41%

R = 31.2%
G = 6.39%
B = 62.41%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F1AFE (or 0x7F1AFE) is known color: Blue Violet. HEX triplet: 7F, 1A and FE. RGB value is (127,26,254). Sum of RGB (Red+Green+Blue) = 127+26+254=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1AFE is #80E501. Grayscale: #515151. Windows color (decimal): -8447234 or 16652927. OLE color: 16652927.

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

Color convert

RGB 127 26 254 -
CMYK 0.50 0.90 0 0.00
HSL 266.58º 0.99% 0.55% -
HSV(B) 266.58º 0.9% 1% -
XYZ 27.01 12.41 94.74 -
YUV 82.19 224.96 159.96 -
System Red Green Blue C M Y K H S L
Decimal 127 26 254 0.50 0.90 0 0.00 266.58 0.99 0.55
Hex 7F 1A FE 32 5A 0 0 10B 63 37
Octal 177 32 376 62 132 0 0 413 143 67
Binary 1111111 11010 11111110 110010 1011010 0 0 100001011 1100011 110111

Color Harmonies of #7F1AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1AFE

Black with #7F1AFE

Text Example


Text Example

White with #7F1AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,26,254); }

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

background-color css

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

 a { background-color: rgb(127,26,254); }

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

border-color css

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

 span { border-color: rgb(127,26,254); }

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