Html Css Color HEX #660365 Purple

📋 copy color: '#660365'

red 102 ◦ green 3 ◦ blue 101

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

Shades of Purple #660365

Tints of Purple #660365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 49.51%
G = 1.46%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#660365 (or 0x660365) is known color: Purple. HEX triplet: 66, 03 and 65. RGB value is (102,3,101). Sum of RGB (Red+Green+Blue) = 102+3+101=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #660365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660365 is #99FC9A. Grayscale: #2B2B2B. Windows color (decimal): -10091675 or 6620006. OLE color: 6620006.

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

Color convert

RGB 102 3 101 -
CMYK 0 0.97 0.01 0.6
HSL 300.61º 0.94% 0.21% -
HSV(B) 300.61º 0.97% 0.4% -
XYZ 7.86 3.83 12.64 -
YUV 43.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 102 3 101 0 0.97 0.01 0.6 300.61 0.94 0.21
Hex 66 3 65 0 61 1 3C 12D 5E 15
Octal 146 3 145 0 141 1 74 455 136 25
Binary 1100110 11 1100101 0 1100001 1 111100 100101101 1011110 10101

Color Harmonies of #660365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660365

Black with #660365

Text Example


Text Example

White with #660365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660365; }

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

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

background-color css

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

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

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

border-color css

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

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

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