#6C229D

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

Shades of Royal Purple #6C229D

Tints of Royal Purple #6C229D

Color information

#6C229D (or 0x6C229D) is unknown color: approx Royal Purple. HEX triplet: 6C, 22 and 9D. RGB value is (108,34,157). Sum of RGB (Red+Green+Blue) = 108+34+157=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C229D is #93DD62. Grayscale: #454545. Windows color (decimal): -9690467 or 10297964. OLE color: 10297964.

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

Color convert

RGB10834157-
CMYK0.310.7800.38
HSL276.1º64.4%37.45%-
HSV(B)276.1º78.34%61.57%-
XYZ12.846.7732.53-
YUV70.15177.02155-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=36.12%
G=11.37%
B=52.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108341570.310.7800.38276.164.437.45
Hex6C229D1F4E0261144025
Octal154422353711604642410045
Binary11011001000101001110111111100111001001101000101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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