#6A189D

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

Shades of Royal Purple #6A189D

Tints of Royal Purple #6A189D

Color information

#6A189D (or 0x6A189D) is unknown color: approx Royal Purple. HEX triplet: 6A, 18 and 9D. RGB value is (106,24,157). Sum of RGB (Red+Green+Blue) = 106+24+157=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A189D is #95E762. Grayscale: #3F3F3F. Windows color (decimal): -9824099 or 10295402. OLE color: 10295402.

HSL color Cylindrical-coordinate representation of color #6A189D: hue angle of 276.99º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A189D is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10624157-
CMYK0.320.8500.38
HSL276.99º73.48%35.49%-
HSV(B)276.99º84.71%61.57%-
XYZ12.366.1532.43-
YUV63.68180.67158.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=36.93%
G=8.36%
B=54.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106241570.320.8500.38276.9973.4835.49
Hex6A189D20550261154923
Octal152302354012504642511143
Binary11010101100010011101100000101010101001101000101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,157); }

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

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

 a { background-color: rgb(106,24,157); }

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

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

 span { border-color: rgb(106,24,157); }

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