#6C38AB

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

Shades of Royal Purple #6C38AB

Tints of Royal Purple #6C38AB

Color information

#6C38AB (or 0x6C38AB) is unknown color: approx Royal Purple. HEX triplet: 6C, 38 and AB. RGB value is (108,56,171). Sum of RGB (Red+Green+Blue) = 108+56+171=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C38AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C38AB is #93C754. Grayscale: #545454. Windows color (decimal): -9684821 or 11221100. OLE color: 11221100.

HSL color Cylindrical-coordinate representation of color #6C38AB: hue angle of 267.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C38AB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10856171-
CMYK0.370.6700.33
HSL267.13º50.66%44.51%-
HSV(B)267.13º67.25%67.06%-
XYZ14.958.9639.47-
YUV84.66176.73144.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=32.24%
G=16.72%
B=51.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108561710.370.6700.33267.1350.6644.51
Hex6C38AB254302110b332d
Octal15470253451030414136355
Binary11011001110001010101110010110000110100001100001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C38AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,56,171); }

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

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

 a { background-color: rgb(108,56,171); }

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

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

 span { border-color: rgb(108,56,171); }

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