#65269A

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

Shades of Royal Purple #65269A

Tints of Royal Purple #65269A

Color information

#65269A (or 0x65269A) is unknown color: approx Royal Purple. HEX triplet: 65, 26 and 9A. RGB value is (101,38,154). Sum of RGB (Red+Green+Blue) = 101+38+154=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #65269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65269A is #9AD965. Grayscale: #454545. Windows color (decimal): -10148198 or 10102373. OLE color: 10102373.

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

Color convert

RGB10138154-
CMYK0.340.7500.40
HSL272.59º60.42%37.65%-
HSV(B)272.59º75.32%60.39%-
XYZ11.896.4931.2-
YUV70.06175.37150.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=34.47%
G=12.97%
B=52.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101381540.340.7500.40272.5960.4237.65
Hex65269A224B0281113c26
Octal14546232421130504217446
Binary11001011001101001101010001010010110101000100010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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