Html Css Color HEX #7F26F1 Blue Violet

📋 copy color: '#7F26F1'

red 127 ◦ green 38 ◦ blue 241

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

Shades of Blue Violet #7F26F1

Tints of Blue Violet #7F26F1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 31.28%
G = 9.36%
B = 59.36%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F26F1 (or 0x7F26F1) is known color: Blue Violet. HEX triplet: 7F, 26 and F1. RGB value is (127,38,241). Sum of RGB (Red+Green+Blue) = 127+38+241=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F26F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F26F1 is #80D90E. Grayscale: #575757. Windows color (decimal): -8444175 or 15804031. OLE color: 15804031.

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

Color convert

RGB 127 38 241 -
CMYK 0.47 0.84 0 0.05
HSL 266.31º 0.88% 0.55% -
HSV(B) 266.31º 0.84% 0.95% -
XYZ 25.32 12.25 84.25 -
YUV 87.75 214.49 155.99 -
System Red Green Blue C M Y K H S L
Decimal 127 38 241 0.47 0.84 0 0.05 266.31 0.88 0.55
Hex 7F 26 F1 2F 54 0 5 10A 58 37
Octal 177 46 361 57 124 0 5 412 130 67
Binary 1111111 100110 11110001 101111 1010100 0 101 100001010 1011000 110111

Color Harmonies of #7F26F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F26F1

Black with #7F26F1

Text Example


Text Example

White with #7F26F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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