#6B429D

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

Shades of Royal Purple #6B429D

Tints of Royal Purple #6B429D

Color information

#6B429D (or 0x6B429D) is unknown color: approx Royal Purple. HEX triplet: 6B, 42 and 9D. RGB value is (107,66,157). Sum of RGB (Red+Green+Blue) = 107+66+157=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B429D is #94BD62. Grayscale: #585858. Windows color (decimal): -9747811 or 10306155. OLE color: 10306155.

HSL color Cylindrical-coordinate representation of color #6B429D: hue angle of 267.03º 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 #6B429D is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10766157-
CMYK0.320.5800.38
HSL267.03º40.81%43.73%-
HSV(B)267.03º57.96%61.57%-
XYZ14.19.4632.98-
YUV88.63166.58141.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=32.42%
G=20%
B=47.58%

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
Decimal107661570.320.5800.38267.0340.8143.73
Hex6B429D203A02610b292c
Octal15310223540720464135154
Binary11010111000010100111011000001110100100110100001011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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