#6B449D

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

Shades of Royal Purple #6B449D

Tints of Royal Purple #6B449D

Color information

#6B449D (or 0x6B449D) is unknown color: approx Royal Purple. HEX triplet: 6B, 44 and 9D. RGB value is (107,68,157). Sum of RGB (Red+Green+Blue) = 107+68+157=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B449D is #94BB62. Grayscale: #595959. Windows color (decimal): -9747299 or 10306667. OLE color: 10306667.

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

Color convert

RGB10768157-
CMYK0.320.5700.38
HSL266.29º39.56%44.12%-
HSV(B)266.29º56.69%61.57%-
XYZ14.229.6933.02-
YUV89.81165.92140.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.23%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=32.23%
G=20.48%
B=47.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107681570.320.5700.38266.2939.5644.12
Hex6B449D203902610a282c
Octal15310423540710464125054
Binary11010111000100100111011000001110010100110100001010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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