#7F26CD

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

Shades of Blue Violet #7F26CD

Tints of Blue Violet #7F26CD

Color information

#7F26CD (or 0x7F26CD) is unknown color: approx Blue Violet. HEX triplet: 7F, 26 and CD. RGB value is (127,38,205). Sum of RGB (Red+Green+Blue) = 127+38+205=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F26CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F26CD is #80D932. Grayscale: #535353. Windows color (decimal): -8444211 or 13444735. OLE color: 13444735.

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

Color convert

RGB12738205-
CMYK0.380.8100.20
HSL271.98º68.72%47.65%-
HSV(B)271.98º81.46%80.39%-
XYZ20.4610.3158.67-
YUV83.65196.49158.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 38 (15.23% from 255) = 10.27%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=34.32%
G=10.27%
B=55.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127382050.380.8100.20271.9868.7247.65
Hex7F26CD26510141104530
Octal177463154612102442010560
Binary11111111001101100110110011010100010101001000100001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F26CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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