#6438AB

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

Shades of Royal Purple #6438AB

Tints of Royal Purple #6438AB

Color information

#6438AB (or 0x6438AB) is unknown color: approx Royal Purple. HEX triplet: 64, 38 and AB. RGB value is (100,56,171). Sum of RGB (Red+Green+Blue) = 100+56+171=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #6438AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6438AB is #9BC754. Grayscale: #515151. Windows color (decimal): -10209109 or 11221092. OLE color: 11221092.

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

Color convert

RGB10056171-
CMYK0.420.6700.33
HSL262.96º50.66%44.51%-
HSV(B)262.96º67.25%67.06%-
XYZ14.028.4839.43-
YUV82.27178.08140.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=30.58%
G=17.13%
B=52.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100561710.420.6700.33262.9650.6644.51
Hex6438AB2A43021107332d
Octal14470253521030414076355
Binary11001001110001010101110101010000110100001100000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6438AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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