#6C229A

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

Shades of Royal Purple #6C229A

Tints of Royal Purple #6C229A

Color information

#6C229A (or 0x6C229A) is unknown color: approx Royal Purple. HEX triplet: 6C, 22 and 9A. RGB value is (108,34,154). Sum of RGB (Red+Green+Blue) = 108+34+154=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C229A is #93DD65. Grayscale: #454545. Windows color (decimal): -9690470 or 10101356. OLE color: 10101356.

HSL color Cylindrical-coordinate representation of color #6C229A: hue angle of 277º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C229A is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10834154-
CMYK0.300.7800.40
HSL277º63.83%36.86%-
HSV(B)277º77.92%60.39%-
XYZ12.596.6731.19-
YUV69.81175.52155.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.49%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=36.49%
G=11.49%
B=52.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108341540.300.7800.4027763.8336.86
Hex6C229A1E4E0281154025
Octal154422323611605042510045
Binary11011001000101001101011110100111001010001000101011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,154); }

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

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

 a { background-color: rgb(108,34,154); }

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

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

 span { border-color: rgb(108,34,154); }

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