#6641B4

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

Shades of Royal Purple #6641B4

Tints of Royal Purple #6641B4

Color information

#6641B4 (or 0x6641B4) is unknown color: approx Royal Purple. HEX triplet: 66, 41 and B4. RGB value is (102,65,180). Sum of RGB (Red+Green+Blue) = 102+65+180=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #6641B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641B4 is #99BE4B. Grayscale: #585858. Windows color (decimal): -10075724 or 11813222. OLE color: 11813222.

HSL color Cylindrical-coordinate representation of color #6641B4: hue angle of 259.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6641B4 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10265180-
CMYK0.430.6400.29
HSL259.3º46.94%48.04%-
HSV(B)259.3º63.89%70.59%-
XYZ15.619.944.27-
YUV89.17179.26137.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=29.39%
G=18.73%
B=51.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102651800.430.6400.29259.346.9448.04
Hex6641B42B4001D1032f30
Octal146101264531000354035760
Binary11001101000001101101001010111000000011101100000011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6641B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6641B4; }

 p { color: rgb(102,65,180); }

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

<style>
 a { background-color: #6641B4; }

 a { background-color: rgb(102,65,180); }

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

<style>
 span { border-color: #6641B4; }

 span { border-color: rgb(102,65,180); }

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