#6C37B1

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

Shades of Royal Purple #6C37B1

Tints of Royal Purple #6C37B1

Color information

#6C37B1 (or 0x6C37B1) is unknown color: approx Royal Purple. HEX triplet: 6C, 37 and B1. RGB value is (108,55,177). Sum of RGB (Red+Green+Blue) = 108+55+177=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #6C37B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C37B1 is #93C84E. Grayscale: #545454. Windows color (decimal): -9685071 or 11614060. OLE color: 11614060.

HSL color Cylindrical-coordinate representation of color #6C37B1: hue angle of 266.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C37B1 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10855177-
CMYK0.390.6900.31
HSL266.07º52.59%45.49%-
HSV(B)266.07º68.93%69.41%-
XYZ15.499.0942.53-
YUV84.76180.06144.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.76%
GREEN value IS 55 (21.88% from 255) = 16.18%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=31.76%
G=16.18%
B=52.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108551770.390.6900.31266.0752.5945.49
Hex6C37B1274501F10a352d
Octal15467261471050374126555
Binary1101100110111101100011001111000101011111100001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C37B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,177); }

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

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

 a { background-color: rgb(108,55,177); }

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

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

 span { border-color: rgb(108,55,177); }

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