#6C36AD

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

Shades of Royal Purple #6C36AD

Tints of Royal Purple #6C36AD

Color information

#6C36AD (or 0x6C36AD) is unknown color: approx Royal Purple. HEX triplet: 6C, 36 and AD. RGB value is (108,54,173). Sum of RGB (Red+Green+Blue) = 108+54+173=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C36AD is #93C952. Grayscale: #535353. Windows color (decimal): -9685331 or 11351660. OLE color: 11351660.

HSL color Cylindrical-coordinate representation of color #6C36AD: hue angle of 267.23º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C36AD is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10854173-
CMYK0.380.6900.32
HSL267.23º52.42%44.51%-
HSV(B)267.23º68.79%67.84%-
XYZ15.058.8440.45-
YUV83.71178.39145.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=32.24%
G=16.12%
B=51.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108541730.380.6900.32267.2352.4244.51
Hex6C36AD264502010b342d
Octal15466255461050404136455
Binary11011001101101010110110011010001010100000100001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,54,173); }

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

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

 a { background-color: rgb(108,54,173); }

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

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

 span { border-color: rgb(108,54,173); }

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