#6B469F

Color #6B469F Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6B469F

Tints of Royal Purple #6B469F

Color information

#6B469F (or 0x6B469F) is unknown color: approx Royal Purple. HEX triplet: 6B, 46 and 9F. RGB value is (107,70,159). Sum of RGB (Red+Green+Blue) = 107+70+159=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B469F is #94B960. Grayscale: #5A5A5A. Windows color (decimal): -9746785 or 10438251. OLE color: 10438251.

HSL color Cylindrical-coordinate representation of color #6B469F: hue angle of 264.94º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B469F is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10770159-
CMYK0.330.5600.38
HSL264.94º38.86%44.9%-
HSV(B)264.94º55.97%62.35%-
XYZ14.5110.0133.97-
YUV91.21166.26139.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=31.85%
G=20.83%
B=47.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107701590.330.5600.38264.9438.8644.9
Hex6B469F2138026109272d
Octal15310623741700464114755
Binary11010111000110100111111000011110000100110100001001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B469F; }

 p { color: rgb(107,70,159); }

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

<style>
 a { background-color: #6B469F; }

 a { background-color: rgb(107,70,159); }

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

<style>
 span { border-color: #6B469F; }

 span { border-color: rgb(107,70,159); }

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