#65007C

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

Shades of Purple #65007C

Tints of Purple #65007C

Color information

#65007C (or 0x65007C) is unknown color: approx Purple. HEX triplet: 65, 00 and 7C. RGB value is (101,0,124). Sum of RGB (Red+Green+Blue) = 101+0+124=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #65007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65007C is #9AFF83. Grayscale: #2B2B2B. Windows color (decimal): -10157956 or 8126565. OLE color: 8126565.

HSL color Cylindrical-coordinate representation of color #65007C: hue angle of 288.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65007C is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1010124-
CMYK0.19100.51
HSL288.87º100%24.31%-
HSV(B)288.87º100%48.63%-
XYZ94.2219.41-
YUV44.34172.96168.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=44.89%
G=0%
B=55.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10101240.19100.51288.8710024.31
Hex6507C13640331216418
Octal14501742314406344114430
Binary1100101011111001001111001000110011100100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65007C; }

 p { color: rgb(101,0,124); }

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

<style>
 a { background-color: #65007C; }

 a { background-color: rgb(101,0,124); }

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

<style>
 span { border-color: #65007C; }

 span { border-color: rgb(101,0,124); }

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