#65006B

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

Shades of Purple #65006B

Tints of Purple #65006B

Color information

#65006B (or 0x65006B) is unknown color: approx Purple. HEX triplet: 65, 00 and 6B. RGB value is (101,0,107). Sum of RGB (Red+Green+Blue) = 101+0+107=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #65006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65006B is #9AFF94. Grayscale: #2A2A2A. Windows color (decimal): -10157973 or 7012453. OLE color: 7012453.

HSL color Cylindrical-coordinate representation of color #65006B: hue angle of 296.64º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65006B is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1010107-
CMYK0.06100.58
HSL296.64º100%20.98%-
HSV(B)296.64º100%41.96%-
XYZ8.023.8314.23-
YUV42.4164.46169.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=48.56%
G=0%
B=51.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10101070.06100.58296.6410020.98
Hex6506B66403A1296415
Octal1450153614407245114425
Binary11001010110101111011001000111010100101001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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