Html Css Color HEX #7F10F1 Blue Violet

📋 copy color: '#7F10F1'

red 127 ◦ green 16 ◦ blue 241

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

Shades of Blue Violet #7F10F1

Tints of Blue Violet #7F10F1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.17%

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

R = 33.07%
G = 4.17%
B = 62.76%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F10F1 (or 0x7F10F1) is known color: Blue Violet. HEX triplet: 7F, 10 and F1. RGB value is (127,16,241). Sum of RGB (Red+Green+Blue) = 127+16+241=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F10F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F10F1 is #80EF0E. Grayscale: #4A4A4A. Windows color (decimal): -8449807 or 15798399. OLE color: 15798399.

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

Color convert

RGB 127 16 241 -
CMYK 0.47 0.93 0 0.05
HSL 269.6º 0.89% 0.5% -
HSV(B) 269.6º 0.93% 0.95% -
XYZ 24.81 11.23 84.08 -
YUV 74.84 221.77 165.2 -
System Red Green Blue C M Y K H S L
Decimal 127 16 241 0.47 0.93 0 0.05 269.6 0.89 0.5
Hex 7F 10 F1 2F 5D 0 5 10E 59 32
Octal 177 20 361 57 135 0 5 416 131 62
Binary 1111111 10000 11110001 101111 1011101 0 101 100001110 1011001 110010

Color Harmonies of #7F10F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F10F1

Black with #7F10F1

Text Example


Text Example

White with #7F10F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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