#6C33AF

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

Shades of Royal Purple #6C33AF

Tints of Royal Purple #6C33AF

Color information

#6C33AF (or 0x6C33AF) is unknown color: approx Royal Purple. HEX triplet: 6C, 33 and AF. RGB value is (108,51,175). Sum of RGB (Red+Green+Blue) = 108+51+175=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C33AF is #93CC50. Grayscale: #515151. Windows color (decimal): -9686097 or 11481964. OLE color: 11481964.

HSL color Cylindrical-coordinate representation of color #6C33AF: hue angle of 267.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C33AF is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10851175-
CMYK0.380.7100.31
HSL267.58º54.87%44.31%-
HSV(B)267.58º70.86%68.63%-
XYZ15.118.6541.43-
YUV82.18180.38146.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=32.34%
G=15.27%
B=52.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108511750.380.7100.31267.5854.8744.31
Hex6C33AF264701F10c372c
Octal15463257461070374146754
Binary1101100110011101011111001101000111011111100001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,51,175); }

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

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

 a { background-color: rgb(108,51,175); }

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

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

 span { border-color: rgb(108,51,175); }

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