#7627F1

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

Shades of Blue Violet #7627F1

Tints of Blue Violet #7627F1

Color information

#7627F1 (or 0x7627F1) is unknown color: approx Blue Violet. HEX triplet: 76, 27 and F1. RGB value is (118,39,241). Sum of RGB (Red+Green+Blue) = 118+39+241=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #7627F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7627F1 is #89D80E. Grayscale: #545454. Windows color (decimal): -9033743 or 15804278. OLE color: 15804278.

HSL color Cylindrical-coordinate representation of color #7627F1: hue angle of 263.47º 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 #7627F1 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11839241-
CMYK0.510.8400.05
HSL263.47º87.83%54.9%-
HSV(B)263.47º83.82%94.51%-
XYZ24.0711.6584.2-
YUV85.65215.67151.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 39 (15.62% from 255) = 9.80%
BLUE value IS 241 (94.53% from 255) = 60.55%
R=29.65%
G=9.80%
B=60.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118392410.510.8400.05263.4787.8354.9
Hex7627F13354051075837
Octal16647361631240540713067
Binary111011010011111110001110011101010001011000001111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7627F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7627F1; }

 p { color: rgb(118,39,241); }

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

<style>
 a { background-color: #7627F1; }

 a { background-color: rgb(118,39,241); }

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

<style>
 span { border-color: #7627F1; }

 span { border-color: rgb(118,39,241); }

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