#6A429B

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

Shades of Royal Purple #6A429B

Tints of Royal Purple #6A429B

Color information

#6A429B (or 0x6A429B) is unknown color: approx Royal Purple. HEX triplet: 6A, 42 and 9B. RGB value is (106,66,155). Sum of RGB (Red+Green+Blue) = 106+66+155=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A429B is #95BD64. Grayscale: #575757. Windows color (decimal): -9813349 or 10175082. OLE color: 10175082.

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

Color convert

RGB10666155-
CMYK0.320.5700.39
HSL266.97º40.27%43.33%-
HSV(B)266.97º57.42%60.78%-
XYZ13.819.3332.08-
YUV88.11165.75140.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=32.42%
G=20.18%
B=47.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106661550.320.5700.39266.9740.2743.33
Hex6A429B203902710b282b
Octal15210223340710474135053
Binary11010101000010100110111000001110010100111100001011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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