#642FAC

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

Shades of Royal Purple #642FAC

Tints of Royal Purple #642FAC

Color information

#642FAC (or 0x642FAC) is unknown color: approx Royal Purple. HEX triplet: 64, 2F and AC. RGB value is (100,47,172). Sum of RGB (Red+Green+Blue) = 100+47+172=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #642FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642FAC is #9BD053. Grayscale: #4C4C4C. Windows color (decimal): -10211412 or 11284324. OLE color: 11284324.

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

Color convert

RGB10047172-
CMYK0.420.7300.33
HSL265.44º57.08%42.94%-
HSV(B)265.44º72.67%67.45%-
XYZ13.727.7239.8-
YUV77.1181.56144.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 47 (18.75% from 255) = 14.73%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=31.35%
G=14.73%
B=53.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100471720.420.7300.33265.4457.0842.94
Hex642FAC2A49021109392b
Octal14457254521110414117153
Binary11001001011111010110010101010010010100001100001001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642FAC; }

 p { color: rgb(100,47,172); }

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

<style>
 a { background-color: #642FAC; }

 a { background-color: rgb(100,47,172); }

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

<style>
 span { border-color: #642FAC; }

 span { border-color: rgb(100,47,172); }

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