Html Css Color HEX #7F16F1 Blue Violet

📋 copy color: '#7F16F1'

red 127 ◦ green 22 ◦ blue 241

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

Shades of Blue Violet #7F16F1

Tints of Blue Violet #7F16F1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.64%

 BLUE value IS 241 (94.53% from 255) = 61.79%

R = 32.56%
G = 5.64%
B = 61.79%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F16F1 (or 0x7F16F1) is known color: Blue Violet. HEX triplet: 7F, 16 and F1. RGB value is (127,22,241). Sum of RGB (Red+Green+Blue) = 127+22+241=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F16F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F16F1 is #80E90E. Grayscale: #4D4D4D. Windows color (decimal): -8448271 or 15799935. OLE color: 15799935.

HSL color Cylindrical-coordinate representation of color #7F16F1: hue angle of 268.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F16F1 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 22 241 -
CMYK 0.47 0.91 0 0.05
HSL 268.77º 0.89% 0.52% -
HSV(B) 268.77º 0.91% 0.95% -
XYZ 24.92 11.44 84.11 -
YUV 78.36 219.79 162.69 -
System Red Green Blue C M Y K H S L
Decimal 127 22 241 0.47 0.91 0 0.05 268.77 0.89 0.52
Hex 7F 16 F1 2F 5B 0 5 10D 59 34
Octal 177 26 361 57 133 0 5 415 131 64
Binary 1111111 10110 11110001 101111 1011011 0 101 100001101 1011001 110100

Color Harmonies of #7F16F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F16F1

Black with #7F16F1

Text Example


Text Example

White with #7F16F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,22,241); }

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

background-color css

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

 a { background-color: rgb(127,22,241); }

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

border-color css

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

 span { border-color: rgb(127,22,241); }

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