#6641B1

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

Shades of Royal Purple #6641B1

Tints of Royal Purple #6641B1

Color information

#6641B1 (or 0x6641B1) is unknown color: approx Royal Purple. HEX triplet: 66, 41 and B1. RGB value is (102,65,177). Sum of RGB (Red+Green+Blue) = 102+65+177=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #6641B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6641B1 is #99BE4E. Grayscale: #585858. Windows color (decimal): -10075727 or 11616614. OLE color: 11616614.

HSL color Cylindrical-coordinate representation of color #6641B1: hue angle of 259.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6641B1 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10265177-
CMYK0.420.6300.31
HSL259.82º46.28%47.45%-
HSV(B)259.82º63.28%69.41%-
XYZ15.319.7842.68-
YUV88.83177.76137.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 177 (69.53% from 255) = 51.45%
R=29.65%
G=18.90%
B=51.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102651770.420.6300.31259.8246.2847.45
Hex6641B12A3F01F1042e2f
Octal14610126152770374045657
Binary1100110100000110110001101010111111011111100000100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6641B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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