Html Css Color HEX #7F26FA Blue Violet

📋 copy color: '#7F26FA'

red 127 ◦ green 38 ◦ blue 250

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

Shades of Blue Violet #7F26FA

Tints of Blue Violet #7F26FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 30.6%
G = 9.16%
B = 60.24%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F26FA (or 0x7F26FA) is known color: Blue Violet. HEX triplet: 7F, 26 and FA. RGB value is (127,38,250). Sum of RGB (Red+Green+Blue) = 127+38+250=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F26FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F26FA is #80D905. Grayscale: #585858. Windows color (decimal): -8444166 or 16393855. OLE color: 16393855.

HSL color Cylindrical-coordinate representation of color #7F26FA: hue angle of 265.19º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F26FA is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 38 250 -
CMYK 0.49 0.85 0 0.02
HSL 265.19º 0.95% 0.56% -
HSV(B) 265.19º 0.85% 0.98% -
XYZ 26.7 12.8 91.51 -
YUV 88.78 218.99 155.26 -
System Red Green Blue C M Y K H S L
Decimal 127 38 250 0.49 0.85 0 0.02 265.19 0.95 0.56
Hex 7F 26 FA 31 55 0 2 109 5F 38
Octal 177 46 372 61 125 0 2 411 137 70
Binary 1111111 100110 11111010 110001 1010101 0 10 100001001 1011111 111000

Color Harmonies of #7F26FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F26FA

Black with #7F26FA

Text Example


Text Example

White with #7F26FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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