Html Css Color HEX #660065 Purple

📋 copy color: '#660065'

red 102 ◦ green 0 ◦ blue 101

#660065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #660065

Tints of Purple #660065

RGB

 RED value IS 102 (40.23% from 255) = 50.25%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 49.75%

R = 50.25%
G = 0%
B = 49.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#660065 (or 0x660065) is known color: Purple. HEX triplet: 66, 00 and 65. RGB value is (102,0,101). Sum of RGB (Red+Green+Blue) = 102+0+101=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660065 is #99FF9A. Grayscale: #292929. Windows color (decimal): -10092443 or 6619238. OLE color: 6619238.

HSL color Cylindrical-coordinate representation of color #660065: hue angle of 300.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660065 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 101 -
CMYK 0 1 0.01 0.6
HSL 300.59º 1% 0.2% -
HSV(B) 300.59º 1% 0.4% -
XYZ 7.83 3.76 12.63 -
YUV 42.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 102 0 101 0 1 0.01 0.6 300.59 1 0.2
Hex 66 0 65 0 64 1 3C 12D 64 14
Octal 146 0 145 0 144 1 74 455 144 24
Binary 1100110 0 1100101 0 1100100 1 111100 100101101 1100100 10100

Color Harmonies of #660065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660065

Black with #660065

Text Example


Text Example

White with #660065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660065; }

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

 H1.HeaderClassName
 {
   color: #660065;
 }
 .AnyTagClassName
 {
   color: #660065;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #660065;
 }
 .BgClassName
 {
   background-color: #660065;
 }
</style>

border-color css

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

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

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