#6A419B

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

Shades of Royal Purple #6A419B

Tints of Royal Purple #6A419B

Color information

#6A419B (or 0x6A419B) is unknown color: approx Royal Purple. HEX triplet: 6A, 41 and 9B. RGB value is (106,65,155). Sum of RGB (Red+Green+Blue) = 106+65+155=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A419B is #95BE64. Grayscale: #575757. Windows color (decimal): -9813605 or 10174826. OLE color: 10174826.

HSL color Cylindrical-coordinate representation of color #6A419B: hue angle of 267.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A419B is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10665155-
CMYK0.320.5800.39
HSL267.33º40.91%43.14%-
HSV(B)267.33º58.06%60.78%-
XYZ13.759.2132.06-
YUV87.52166.08141.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=32.52%
G=19.94%
B=47.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106651550.320.5800.39267.3340.9143.14
Hex6A419B203A02710b292b
Octal15210123340720474135153
Binary11010101000001100110111000001110100100111100001011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,65,155); }

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

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

 a { background-color: rgb(106,65,155); }

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

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

 span { border-color: rgb(106,65,155); }

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