#6B459D

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

Shades of Royal Purple #6B459D

Tints of Royal Purple #6B459D

Color information

#6B459D (or 0x6B459D) is unknown color: approx Royal Purple. HEX triplet: 6B, 45 and 9D. RGB value is (107,69,157). Sum of RGB (Red+Green+Blue) = 107+69+157=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B459D is #94BA62. Grayscale: #5A5A5A. Windows color (decimal): -9747043 or 10306923. OLE color: 10306923.

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

Color convert

RGB10769157-
CMYK0.320.5600.38
HSL265.91º38.94%44.31%-
HSV(B)265.91º56.05%61.57%-
XYZ14.289.8233.04-
YUV90.39165.59139.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=32.13%
G=20.72%
B=47.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107691570.320.5600.38265.9138.9444.31
Hex6B459D203802610a272c
Octal15310523540700464124754
Binary11010111000101100111011000001110000100110100001010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,157); }

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

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

 a { background-color: rgb(107,69,157); }

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

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

 span { border-color: rgb(107,69,157); }

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