Html Css Color HEX #7F1FFF Blue Violet

📋 copy color: '#7F1FFF'

red 127 ◦ green 31 ◦ blue 255

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

Shades of Blue Violet #7F1FFF

Tints of Blue Violet #7F1FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.74%

R = 30.75%
G = 7.51%
B = 61.74%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F1FFF (or 0x7F1FFF) is known color: Blue Violet. HEX triplet: 7F, 1F and FF. RGB value is (127,31,255). Sum of RGB (Red+Green+Blue) = 127+31+255=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1FFF is #80E000. Grayscale: #545454. Windows color (decimal): -8445953 or 16719743. OLE color: 16719743.

HSL color Cylindrical-coordinate representation of color #7F1FFF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1FFF is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 31 255 -
CMYK 0.50 0.88 0 0
HSL 265.71º 1% 0.56% -
HSV(B) 265.71º 0.88% 1% -
XYZ 27.29 12.71 95.62 -
YUV 85.24 223.8 157.79 -
System Red Green Blue C M Y K H S L
Decimal 127 31 255 0.50 0.88 0 0 265.71 1 0.56
Hex 7F 1F FF 32 58 0 0 10A 64 38
Octal 177 37 377 62 130 0 0 412 144 70
Binary 1111111 11111 11111111 110010 1011000 0 0 100001010 1100100 111000

Color Harmonies of #7F1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1FFF

Black with #7F1FFF

Text Example


Text Example

White with #7F1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,31,255); }

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

background-color css

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

 a { background-color: rgb(127,31,255); }

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

border-color css

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

 span { border-color: rgb(127,31,255); }

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