#65037B

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

Shades of Purple #65037B

Tints of Purple #65037B

Color information

#65037B (or 0x65037B) is unknown color: approx Purple. HEX triplet: 65, 03 and 7B. RGB value is (101,3,123). Sum of RGB (Red+Green+Blue) = 101+3+123=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #65037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65037B is #9AFC84. Grayscale: #2D2D2D. Windows color (decimal): -10157189 or 8061797. OLE color: 8061797.

HSL color Cylindrical-coordinate representation of color #65037B: hue angle of 289º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65037B is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1013123-
CMYK0.180.9800.52
HSL289º95.24%24.71%-
HSV(B)289º97.56%48.24%-
XYZ8.974.2619.09-
YUV45.98171.47167.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=44.49%
G=1.32%
B=54.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10131230.180.9800.5228995.2424.71
Hex6537B12620341215f19
Octal14531732214206444113731
Binary11001011111110111001011000100110100100100001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,3,123); }

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

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

 a { background-color: rgb(101,3,123); }

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

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

 span { border-color: rgb(101,3,123); }

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