Html Css Color HEX #7F26EF Blue Violet

📋 copy color: '#7F26EF'

red 127 ◦ green 38 ◦ blue 239

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

Shades of Blue Violet #7F26EF

Tints of Blue Violet #7F26EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 31.44%
G = 9.41%
B = 59.16%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7F26EF (or 0x7F26EF) is known color: Blue Violet. HEX triplet: 7F, 26 and EF. RGB value is (127,38,239). Sum of RGB (Red+Green+Blue) = 127+38+239=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F26EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F26EF is #80D910. Grayscale: #565656. Windows color (decimal): -8444177 or 15672959. OLE color: 15672959.

HSL color Cylindrical-coordinate representation of color #7F26EF: hue angle of 266.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F26EF is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 38 239 -
CMYK 0.47 0.84 0 0.06
HSL 266.57º 0.86% 0.54% -
HSV(B) 266.57º 0.84% 0.94% -
XYZ 25.03 12.13 82.68 -
YUV 87.53 213.49 156.16 -
System Red Green Blue C M Y K H S L
Decimal 127 38 239 0.47 0.84 0 0.06 266.57 0.86 0.54
Hex 7F 26 EF 2F 54 0 6 10B 56 36
Octal 177 46 357 57 124 0 6 413 126 66
Binary 1111111 100110 11101111 101111 1010100 0 110 100001011 1010110 110110

Color Harmonies of #7F26EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F26EF

Black with #7F26EF

Text Example


Text Example

White with #7F26EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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