#65429D

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

Shades of Royal Purple #65429D

Tints of Royal Purple #65429D

Color information

#65429D (or 0x65429D) is unknown color: approx Royal Purple. HEX triplet: 65, 42 and 9D. RGB value is (101,66,157). Sum of RGB (Red+Green+Blue) = 101+66+157=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #65429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65429D is #9ABD62. Grayscale: #565656. Windows color (decimal): -10141027 or 10306149. OLE color: 10306149.

HSL color Cylindrical-coordinate representation of color #65429D: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65429D is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10166157-
CMYK0.360.5800.38
HSL263.08º40.81%43.73%-
HSV(B)263.08º57.96%61.57%-
XYZ13.49.132.95-
YUV86.84167.6138.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=31.17%
G=20.37%
B=48.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101661570.360.5800.38263.0840.8143.73
Hex65429D243A026107292c
Octal14510223544720464075154
Binary11001011000010100111011001001110100100110100000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65429D; }

 p { color: rgb(101,66,157); }

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

<style>
 a { background-color: #65429D; }

 a { background-color: rgb(101,66,157); }

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

<style>
 span { border-color: #65429D; }

 span { border-color: rgb(101,66,157); }

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