#6B429B

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

Shades of Royal Purple #6B429B

Tints of Royal Purple #6B429B

Color information

#6B429B (or 0x6B429B) is unknown color: approx Royal Purple. HEX triplet: 6B, 42 and 9B. RGB value is (107,66,155). Sum of RGB (Red+Green+Blue) = 107+66+155=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B429B is #94BD64. Grayscale: #585858. Windows color (decimal): -9747813 or 10175083. OLE color: 10175083.

HSL color Cylindrical-coordinate representation of color #6B429B: hue angle of 267.64º 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 #6B429B is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10766155-
CMYK0.310.5700.39
HSL267.64º40.27%43.33%-
HSV(B)267.64º57.42%60.78%-
XYZ13.939.3932.09-
YUV88.4165.58141.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.62%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=32.62%
G=20.12%
B=47.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107661550.310.5700.39267.6440.2743.33
Hex6B429B1F3902710c282b
Octal15310223337710474145053
Binary1101011100001010011011111111110010100111100001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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