#6B388F

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

Shades of Royal Purple #6B388F

Tints of Royal Purple #6B388F

Color information

#6B388F (or 0x6B388F) is unknown color: approx Royal Purple. HEX triplet: 6B, 38 and 8F. RGB value is (107,56,143). Sum of RGB (Red+Green+Blue) = 107+56+143=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B388F is #94C770. Grayscale: #505050. Windows color (decimal): -9750385 or 9386091. OLE color: 9386091.

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

Color convert

RGB10756143-
CMYK0.250.6100.44
HSL275.17º43.72%39.02%-
HSV(B)275.17º60.84%56.08%-
XYZ12.447.9426.86-
YUV81.17162.9146.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 143 (56.25% from 255) = 46.73%
R=34.97%
G=18.30%
B=46.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107561430.250.6100.44275.1743.7239.02
Hex6B388F193D02C1132c27
Octal1537021731750544235447
Binary110101111100010001111110011111010101100100010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,56,143); }

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

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

 a { background-color: rgb(107,56,143); }

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

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

 span { border-color: rgb(107,56,143); }

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