Html Css Color HEX #7F15F6 Blue Violet

📋 copy color: '#7F15F6'

red 127 ◦ green 21 ◦ blue 246

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

Shades of Blue Violet #7F15F6

Tints of Blue Violet #7F15F6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.33%

 BLUE value IS 246 (96.48% from 255) = 62.44%

R = 32.23%
G = 5.33%
B = 62.44%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7F15F6 (or 0x7F15F6) is known color: Blue Violet. HEX triplet: 7F, 15 and F6. RGB value is (127,21,246). Sum of RGB (Red+Green+Blue) = 127+21+246=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 246 (96.48% from 255 or 62.44% from 394); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F15F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F15F6 is #80EA09. Grayscale: #4D4D4D. Windows color (decimal): -8448522 or 16127359. OLE color: 16127359.

HSL color Cylindrical-coordinate representation of color #7F15F6: hue angle of 268.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F15F6 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 21 246 -
CMYK 0.48 0.91 0 0.04
HSL 268.27º 0.93% 0.52% -
HSV(B) 268.27º 0.91% 0.96% -
XYZ 25.66 11.7 88.1 -
YUV 78.34 222.62 162.7 -
System Red Green Blue C M Y K H S L
Decimal 127 21 246 0.48 0.91 0 0.04 268.27 0.93 0.52
Hex 7F 15 F6 30 5B 0 4 10C 5D 34
Octal 177 25 366 60 133 0 4 414 135 64
Binary 1111111 10101 11110110 110000 1011011 0 100 100001100 1011101 110100

Color Harmonies of #7F15F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15F6

Black with #7F15F6

Text Example


Text Example

White with #7F15F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,246); }

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

background-color css

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

 a { background-color: rgb(127,21,246); }

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

border-color css

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

 span { border-color: rgb(127,21,246); }

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