#65269B

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

Shades of Royal Purple #65269B

Tints of Royal Purple #65269B

Color information

#65269B (or 0x65269B) is unknown color: approx Royal Purple. HEX triplet: 65, 26 and 9B. RGB value is (101,38,155). Sum of RGB (Red+Green+Blue) = 101+38+155=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #65269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65269B is #9AD964. Grayscale: #454545. Windows color (decimal): -10148197 or 10167909. OLE color: 10167909.

HSL color Cylindrical-coordinate representation of color #65269B: hue angle of 272.31º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65269B is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10138155-
CMYK0.350.7500.39
HSL272.31º60.62%37.84%-
HSV(B)272.31º75.48%60.78%-
XYZ11.986.5231.64-
YUV70.18175.87149.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=34.35%
G=12.93%
B=52.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101381550.350.7500.39272.3160.6237.84
Hex65269B234B0271103d26
Octal14546233431130474207546
Binary11001011001101001101110001110010110100111100010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65269B; }

 p { color: rgb(101,38,155); }

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

<style>
 a { background-color: #65269B; }

 a { background-color: rgb(101,38,155); }

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

<style>
 span { border-color: #65269B; }

 span { border-color: rgb(101,38,155); }

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