Html Css Color HEX #7F3FFF Blue Violet

📋 copy color: '#7F3FFF'

red 127 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #7F3FFF

Tints of Blue Violet #7F3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 14.16%

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

R = 28.54%
G = 14.16%
B = 57.3%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F3FFF (or 0x7F3FFF) is known color: Blue Violet. HEX triplet: 7F, 3F and FF. RGB value is (127,63,255). Sum of RGB (Red+Green+Blue) = 127+63+255=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F3FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3FFF is #80C000. Grayscale: #676767. Windows color (decimal): -8437761 or 16727935. OLE color: 16727935.

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

Color convert

RGB 127 63 255 -
CMYK 0.50 0.75 0 0
HSL 260º 1% 0.62% -
HSV(B) 260º 0.75% 1% -
XYZ 28.58 15.29 96.05 -
YUV 104.02 213.2 144.39 -
System Red Green Blue C M Y K H S L
Decimal 127 63 255 0.50 0.75 0 0 260 1 0.62
Hex 7F 3F FF 32 4B 0 0 104 64 3E
Octal 177 77 377 62 113 0 0 404 144 76
Binary 1111111 111111 11111111 110010 1001011 0 0 100000100 1100100 111110

Color Harmonies of #7F3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3FFF

Black with #7F3FFF

Text Example


Text Example

White with #7F3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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