#6B429E

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

Shades of Royal Purple #6B429E

Tints of Royal Purple #6B429E

Color information

#6B429E (or 0x6B429E) is unknown color: approx Royal Purple. HEX triplet: 6B, 42 and 9E. RGB value is (107,66,158). Sum of RGB (Red+Green+Blue) = 107+66+158=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B429E is #94BD61. Grayscale: #585858. Windows color (decimal): -9747810 or 10371691. OLE color: 10371691.

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

Color convert

RGB10766158-
CMYK0.320.5800.38
HSL266.74º41.07%43.92%-
HSV(B)266.74º58.23%61.96%-
XYZ14.189.4933.43-
YUV88.75167.08141.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=32.33%
G=19.94%
B=47.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107661580.320.5800.38266.7441.0743.92
Hex6B429E203A02610b292c
Octal15310223640720464135154
Binary11010111000010100111101000001110100100110100001011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,66,158); }

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

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

 a { background-color: rgb(107,66,158); }

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

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

 span { border-color: rgb(107,66,158); }

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