#6431AB

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

Shades of Royal Purple #6431AB

Tints of Royal Purple #6431AB

Color information

#6431AB (or 0x6431AB) is unknown color: approx Royal Purple. HEX triplet: 64, 31 and AB. RGB value is (100,49,171). Sum of RGB (Red+Green+Blue) = 100+49+171=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #6431AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6431AB is #9BCE54. Grayscale: #4D4D4D. Windows color (decimal): -10210901 or 11219300. OLE color: 11219300.

HSL color Cylindrical-coordinate representation of color #6431AB: hue angle of 265.08º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6431AB is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10049171-
CMYK0.420.7100.33
HSL265.08º55.45%43.14%-
HSV(B)265.08º71.35%67.06%-
XYZ13.77.8539.32-
YUV78.16180.4143.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=31.25%
G=15.31%
B=53.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100491710.420.7100.33265.0855.4543.14
Hex6431AB2A47021109372b
Octal14461253521070414116753
Binary11001001100011010101110101010001110100001100001001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6431AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6431AB; }

 p { color: rgb(100,49,171); }

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

<style>
 a { background-color: #6431AB; }

 a { background-color: rgb(100,49,171); }

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

<style>
 span { border-color: #6431AB; }

 span { border-color: rgb(100,49,171); }

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