#64449A

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

Shades of Royal Purple #64449A

Tints of Royal Purple #64449A

Color information

#64449A (or 0x64449A) is unknown color: approx Royal Purple. HEX triplet: 64, 44 and 9A. RGB value is (100,68,154). Sum of RGB (Red+Green+Blue) = 100+68+154=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #64449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64449A is #9BBB65. Grayscale: #575757. Windows color (decimal): -10206054 or 10110052. OLE color: 10110052.

HSL color Cylindrical-coordinate representation of color #64449A: hue angle of 262.33º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64449A is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10068154-
CMYK0.350.5600.40
HSL262.33º38.74%43.53%-
HSV(B)262.33º55.84%60.39%-
XYZ13.169.1831.65-
YUV87.37165.6137.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=31.06%
G=21.12%
B=47.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100681540.350.5600.40262.3338.7443.53
Hex64449A2338028106272c
Octal14410423243700504064754
Binary11001001000100100110101000111110000101000100000110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64449A; }

 p { color: rgb(100,68,154); }

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

<style>
 a { background-color: #64449A; }

 a { background-color: rgb(100,68,154); }

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

<style>
 span { border-color: #64449A; }

 span { border-color: rgb(100,68,154); }

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