#7F26CB

Color #7F26CB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7F26CB

Tints of Blue Violet #7F26CB

Color information

#7F26CB (or 0x7F26CB) is unknown color: approx Blue Violet. HEX triplet: 7F, 26 and CB. RGB value is (127,38,203). Sum of RGB (Red+Green+Blue) = 127+38+203=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F26CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F26CB is #80D934. Grayscale: #525252. Windows color (decimal): -8444213 or 13313663. OLE color: 13313663.

HSL color Cylindrical-coordinate representation of color #7F26CB: hue angle of 272.36º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F26CB is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12738203-
CMYK0.370.8100.20
HSL272.36º68.46%47.25%-
HSV(B)272.36º81.28%79.61%-
XYZ20.2310.2157.4-
YUV83.42195.49159.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.51%
GREEN value IS 38 (15.23% from 255) = 10.33%
BLUE value IS 203 (79.69% from 255) = 55.16%
R=34.51%
G=10.33%
B=55.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127382030.370.8100.20272.3668.4647.25
Hex7F26CB2551014110442f
Octal177463134512102442010457
Binary11111111001101100101110010110100010101001000100001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F26CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F26CB;
 }
 .AnyTagClassName
 {
   color: #7F26CB;
 }
</style>
background-color css

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

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

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

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

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

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