#65006C

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

Shades of Purple #65006C

Tints of Purple #65006C

Color information

#65006C (or 0x65006C) is unknown color: approx Purple. HEX triplet: 65, 00 and 6C. RGB value is (101,0,108). Sum of RGB (Red+Green+Blue) = 101+0+108=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #65006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65006C is #9AFF93. Grayscale: #2A2A2A. Windows color (decimal): -10157972 or 7077989. OLE color: 7077989.

HSL color Cylindrical-coordinate representation of color #65006C: hue angle of 296.11º 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 #65006C is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1010108-
CMYK0.06100.58
HSL296.11º100%21.18%-
HSV(B)296.11º100%42.35%-
XYZ8.073.8514.5-
YUV42.51164.96169.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=48.33%
G=0%
B=51.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10101080.06100.58296.1110021.18
Hex6506C66403A1286415
Octal1450154614407245014425
Binary11001010110110011011001000111010100101000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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