#6B438D

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

Shades of Royal Purple #6B438D

Tints of Royal Purple #6B438D

Color information

#6B438D (or 0x6B438D) is unknown color: approx Royal Purple. HEX triplet: 6B, 43 and 8D. RGB value is (107,67,141). Sum of RGB (Red+Green+Blue) = 107+67+141=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B438D is #94BC72. Grayscale: #575757. Windows color (decimal): -9747571 or 9257835. OLE color: 9257835.

HSL color Cylindrical-coordinate representation of color #6B438D: hue angle of 272.43º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B438D is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10767141-
CMYK0.240.5200.45
HSL272.43º35.58%40.78%-
HSV(B)272.43º52.48%55.29%-
XYZ12.889.0626.27-
YUV87.4158.25141.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=33.97%
G=21.27%
B=44.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107671410.240.5200.45272.4335.5840.78
Hex6B438D183402D1102429
Octal15310321530640554204451
Binary1101011100001110001101110001101000101101100010000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,67,141); }

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

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

 a { background-color: rgb(107,67,141); }

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

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

 span { border-color: rgb(107,67,141); }

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